Uses of Class
org.apache.lucene.index.PointValues
Packages that use PointValues
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Components from the Lucene 6.0 index format.
Lucene 8.6 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.
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.codecs
Subclasses of PointValues in org.apache.lucene.codecsMethods in org.apache.lucene.codecs that return PointValues -
Uses of PointValues in org.apache.lucene.codecs.lucene60
Methods in org.apache.lucene.codecs.lucene60 that return PointValues -
Uses of PointValues in org.apache.lucene.codecs.lucene86
Methods in org.apache.lucene.codecs.lucene86 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.(package private) static final classprivate static classFields in org.apache.lucene.index declared as PointValuesModifier and TypeFieldDescriptionprivate final PointValuesExitableDirectoryReader.ExitablePointValues.inprivate final PointValuesSortingCodecReader.SortingPointValues.inMethods 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.MergeReaderWrapper.getPointValues(String fieldName) ParallelLeafReader.getPointValues(String fieldName) Constructors in org.apache.lucene.index with parameters of type PointValuesModifierConstructorDescriptionprivateExitablePointValues(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 classMethods in org.apache.lucene.index.memory that return PointValues -
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.bkd