Uses of Class
org.apache.lucene.index.PointValues
Packages that use PointValues
Package
Description
Lucene 6.0 file format.
Lucene 8.6 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
Simpletext Codec: writes human readable postings.
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
This package contains several point types:
BigIntegerPoint
for 128-bit
integers
LatLonPoint
for latitude/longitude
geospatial points
This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial
queries.
Code to search indices.
Comparators, used to compare hits so as to determine their sort order when collecting the top
results with
TopFieldCollector
.Highlighting search terms.
Some utility classes.
Block KD-tree, implementing the generic spatial data structure described in this paper.
-
Uses of PointValues in org.apache.lucene.backward_codecs.lucene60
Fields in org.apache.lucene.backward_codecs.lucene60 with type parameters of type PointValuesModifier and TypeFieldDescription(package private) final Map<Integer,
PointValues> Lucene60PointsReader.readers
Methods in org.apache.lucene.backward_codecs.lucene60 that return PointValues -
Uses of PointValues in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 with type parameters of type PointValuesModifier and TypeFieldDescription(package private) final Map<Integer,
PointValues> Lucene86PointsReader.readers
Methods in org.apache.lucene.backward_codecs.lucene86 that return PointValues -
Uses of PointValues in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return PointValues -
Uses of PointValues in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 with type parameters of type PointValuesModifier and TypeFieldDescription(package private) final Map<Integer,
PointValues> Lucene90PointsReader.readers
Methods in org.apache.lucene.codecs.lucene90 that return PointValues -
Uses of PointValues in org.apache.lucene.codecs.simpletext
Subclasses of PointValues in org.apache.lucene.codecs.simpletextModifier and TypeClassDescription(package private) final class
Forked fromBKDReader
and simplified/specialized for SimpleText's usageMethods in org.apache.lucene.codecs.simpletext that return PointValues -
Uses of PointValues in org.apache.lucene.document
Fields in org.apache.lucene.document declared as PointValuesModifier and TypeFieldDescriptionprivate final PointValues
LatLonPointDistanceFeatureQuery.DistanceScorer.pointValues
private final PointValues
LongDistanceFeatureQuery.DistanceScorer.pointValues
private final PointValues
SpatialQuery.RelationScorerSupplier.values
Methods in org.apache.lucene.document with parameters of type PointValuesModifier and TypeMethodDescriptionprivate static boolean
SpatialQuery.hasAnyHits
(SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, PointValues values) Return true if the query matches at least one document.Constructors in org.apache.lucene.document with parameters of type PointValuesModifierConstructorDescriptionprotected
DistanceScorer
(Weight weight, int maxDoc, long leadCost, float boost, PointValues pointValues, NumericDocValues docValues) protected
DistanceScorer
(Weight weight, int maxDoc, long leadCost, float boost, PointValues pointValues, NumericDocValues docValues) (package private)
RelationScorerSupplier
(PointValues values, SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, String field) -
Uses of PointValues in org.apache.lucene.index
Subclasses of PointValues in org.apache.lucene.indexModifier and TypeClassDescriptionprivate static class
Wrapper class for another PointValues implementation that is used by ExitableFields.private static class
Fields in org.apache.lucene.index declared as PointValuesModifier and TypeFieldDescriptionprivate final PointValues
ExitableDirectoryReader.ExitablePointValues.in
private final PointValues
SortingCodecReader.SortingPointValues.in
private final PointValues
ExitableDirectoryReader.ExitablePointTree.pointValues
Methods in org.apache.lucene.index that return PointValuesModifier and TypeMethodDescriptionfinal PointValues
CodecReader.getPointValues
(String field) final PointValues
DocValuesLeafReader.getPointValues
(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getPointValues
(String field) FilterLeafReader.getPointValues
(String field) abstract PointValues
LeafReader.getPointValues
(String field) Returns thePointValues
used for numeric or spatial searches for the given field, or null if there are no point fields.ParallelLeafReader.getPointValues
(String fieldName) Constructors in org.apache.lucene.index with parameters of type PointValuesModifierConstructorDescriptionprivate
ExitablePointTree
(PointValues pointValues, PointValues.PointTree in, QueryTimeout queryTimeout) private
ExitablePointValues
(PointValues in, QueryTimeout queryTimeout) (package private)
SortingPointValues
(PointValues in, Sorter.DocMap docMap) VerifyPointsVisitor
(String fieldName, int maxDoc, PointValues values) Sole constructor -
Uses of PointValues in org.apache.lucene.index.memory
Subclasses of PointValues in org.apache.lucene.index.memoryModifier and TypeClassDescriptionprivate class
Methods in org.apache.lucene.index.memory that return PointValues -
Uses of PointValues in org.apache.lucene.sandbox.document
Method parameters in org.apache.lucene.sandbox.document with type arguments of type PointValuesModifier and TypeMethodDescriptionprivate static FloatPointNearestNeighbor.NearestHit[]
FloatPointNearestNeighbor.nearest
(List<PointValues> readers, List<Bits> liveDocs, List<Integer> docBases, int topN, float[] origin) -
Uses of PointValues in org.apache.lucene.sandbox.search
Method parameters in org.apache.lucene.sandbox.search with type arguments of type PointValuesModifier and TypeMethodDescriptionstatic NearestNeighbor.NearestHit[]
NearestNeighbor.nearest
(double pointLat, double pointLon, List<PointValues> readers, List<Bits> liveDocs, List<Integer> docBases, int n) -
Uses of PointValues in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type PointValuesModifier and TypeMethodDescriptionprivate boolean
IndexSortSortedNumericDocValuesRangeQuery.matchAll
(PointValues points, byte[] queryLowerPoint, byte[] queryUpperPoint) private boolean
IndexSortSortedNumericDocValuesRangeQuery.matchNone
(PointValues points, byte[] queryLowerPoint, byte[] queryUpperPoint) -
Uses of PointValues in org.apache.lucene.search.comparators
Fields in org.apache.lucene.search.comparators declared as PointValuesModifier and TypeFieldDescriptionprivate final PointValues
NumericComparator.NumericLeafComparator.pointValues
-
Uses of PointValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return PointValues -
Uses of PointValues in org.apache.lucene.util
Constructors in org.apache.lucene.util with parameters of type PointValuesModifierConstructorDescriptionDocIdSetBuilder
(int maxDoc, PointValues values, String field) Create aDocIdSetBuilder
instance that is optimized for accumulating docs that match the givenPointValues
. -
Uses of PointValues in org.apache.lucene.util.bkd
Subclasses of PointValues in org.apache.lucene.util.bkdModifier and TypeClassDescriptionclass
Handles reading a block KD-tree in byte[] space previously written withBKDWriter
.Constructors in org.apache.lucene.util.bkd with parameters of type PointValues