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.readersMethods 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.readersMethods 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 IntObjectHashMap<PointValues> Lucene90PointsReader.readersMethods 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 classForked fromBKDReaderand 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 PointValuesLatLonPointDistanceFeatureQuery.DistanceScorer.pointValuesprivate final PointValuesLongDistanceFeatureQuery.DistanceScorer.pointValuesprivate final PointValuesSpatialQuery.RelationScorerSupplier.valuesMethods in org.apache.lucene.document with parameters of type PointValuesModifier and TypeMethodDescriptionprivate static booleanSpatialQuery.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 PointValuesModifierConstructorDescriptionprotectedDistanceScorer(Weight weight, int maxDoc, long leadCost, float boost, PointValues pointValues, NumericDocValues docValues) protectedDistanceScorer(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 classWrapper class for another PointValues implementation that is used by ExitableFields.private static classFields in org.apache.lucene.index declared as PointValuesModifier and TypeFieldDescriptionprivate final PointValuesExitableDirectoryReader.ExitablePointValues.inprivate final PointValuesSortingCodecReader.SortingPointValues.inprivate final PointValuesExitableDirectoryReader.ExitablePointTree.pointValuesprivate final PointValuesSlowCompositeCodecReaderWrapper.PointValuesSub.subMethods in org.apache.lucene.index that return PointValuesModifier and TypeMethodDescriptionfinal PointValuesCodecReader.getPointValues(String field) final PointValuesDocValuesLeafReader.getPointValues(String field) ExitableDirectoryReader.ExitableFilterAtomicReader.getPointValues(String field) FilterLeafReader.getPointValues(String field) abstract PointValuesLeafReader.getPointValues(String field) Returns thePointValuesused 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 PointValuesModifierConstructorDescriptionprivateExitablePointTree(PointValues pointValues, PointValues.PointTree in, QueryTimeout queryTimeout) privateExitablePointValues(PointValues in, QueryTimeout queryTimeout) (package private)PointValuesSub(PointValues sub, int docBase) (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 classMethods 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, IntArrayList 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, IntArrayList docBases, int n) -
Uses of PointValues in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type PointValuesModifier and TypeMethodDescriptionprivate booleanIndexSortSortedNumericDocValuesRangeQuery.matchAll(PointValues points, byte[] queryLowerPoint, byte[] queryUpperPoint) private booleanIndexSortSortedNumericDocValuesRangeQuery.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 PointValuesNumericComparator.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 aDocIdSetBuilderinstance 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 TypeClassDescriptionclassHandles reading a block KD-tree in byte[] space previously written withBKDWriter.Constructors in org.apache.lucene.util.bkd with parameters of type PointValues