Uses of Class
org.apache.lucene.index.PointValues
-
Packages that use PointValues Package Description org.apache.lucene.backward_codecs.lucene60 Lucene 6.0 file format.org.apache.lucene.backward_codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.sandbox.document This package contains several point types:BigIntegerPoint
for 128-bit integersLatLonPoint
for latitude/longitude geospatial pointsorg.apache.lucene.sandbox.search This package contains a flexible graph-based proximity query, TermAutomatonQuery, and geospatial queries.org.apache.lucene.search.comparators Comparators, used to compare hits so as to determine their sort order when collecting the top results withTopFieldCollector
.org.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.util Some utility classes.org.apache.lucene.util.bkd 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 PointValues Modifier and Type Field Description (package private) java.util.Map<java.lang.Integer,PointValues>
Lucene60PointsReader. readers
Methods in org.apache.lucene.backward_codecs.lucene60 that return PointValues Modifier and Type Method Description PointValues
Lucene60PointsReader. getValues(java.lang.String fieldName)
Returns the underlyingPointValues
. -
Uses of PointValues in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 with type parameters of type PointValues Modifier and Type Field Description (package private) java.util.Map<java.lang.Integer,PointValues>
Lucene86PointsReader. readers
Methods in org.apache.lucene.backward_codecs.lucene86 that return PointValues Modifier and Type Method Description PointValues
Lucene86PointsReader. getValues(java.lang.String fieldName)
Returns the underlyingPointValues
. -
Uses of PointValues in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return PointValues Modifier and Type Method Description abstract PointValues
PointsReader. getValues(java.lang.String field)
ReturnPointValues
for the givenfield
. -
Uses of PointValues in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 with type parameters of type PointValues Modifier and Type Field Description (package private) java.util.Map<java.lang.Integer,PointValues>
Lucene90PointsReader. readers
Methods in org.apache.lucene.codecs.lucene90 that return PointValues Modifier and Type Method Description PointValues
Lucene90PointsReader. getValues(java.lang.String fieldName)
Returns the underlyingBKDReader
. -
Uses of PointValues in org.apache.lucene.codecs.simpletext
Subclasses of PointValues in org.apache.lucene.codecs.simpletext Modifier and Type Class Description (package private) class
SimpleTextBKDReader
Forked fromBKDReader
and simplified/specialized for SimpleText's usageMethods in org.apache.lucene.codecs.simpletext that return PointValues Modifier and Type Method Description PointValues
SimpleTextPointsReader. getValues(java.lang.String fieldName)
-
Uses of PointValues in org.apache.lucene.document
Fields in org.apache.lucene.document declared as PointValues Modifier and Type Field Description private PointValues
LatLonPointDistanceFeatureQuery.DistanceScorer. pointValues
private PointValues
LongDistanceFeatureQuery.DistanceScorer. pointValues
private PointValues
SpatialQuery.RelationScorerSupplier. values
Methods in org.apache.lucene.document with parameters of type PointValues Modifier and Type Method Description private 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 PointValues Constructor Description DistanceScorer(Weight weight, int maxDoc, long leadCost, float boost, PointValues pointValues, NumericDocValues docValues)
DistanceScorer(Weight weight, int maxDoc, long leadCost, float boost, PointValues pointValues, NumericDocValues docValues)
RelationScorerSupplier(PointValues values, SpatialQuery.SpatialVisitor spatialVisitor, ShapeField.QueryRelation queryRelation, java.lang.String field)
-
Uses of PointValues in org.apache.lucene.index
Subclasses of PointValues in org.apache.lucene.index Modifier and Type Class Description private static class
ExitableDirectoryReader.ExitablePointValues
Wrapper class for another PointValues implementation that is used by ExitableFields.private static class
SortingCodecReader.SortingPointValues
Fields in org.apache.lucene.index declared as PointValues Modifier and Type Field Description private PointValues
ExitableDirectoryReader.ExitablePointValues. in
private PointValues
SortingCodecReader.SortingPointValues. in
private PointValues
ExitableDirectoryReader.ExitablePointTree. pointValues
Methods in org.apache.lucene.index that return PointValues Modifier and Type Method Description PointValues
CodecReader. getPointValues(java.lang.String field)
PointValues
DocValuesLeafReader. getPointValues(java.lang.String field)
PointValues
ExitableDirectoryReader.ExitableFilterAtomicReader. getPointValues(java.lang.String field)
PointValues
FilterLeafReader. getPointValues(java.lang.String field)
abstract PointValues
LeafReader. getPointValues(java.lang.String field)
Returns thePointValues
used for numeric or spatial searches for the given field, or null if there are no point fields.PointValues
ParallelLeafReader. getPointValues(java.lang.String fieldName)
Constructors in org.apache.lucene.index with parameters of type PointValues Constructor Description ExitablePointTree(PointValues pointValues, PointValues.PointTree in, QueryTimeout queryTimeout)
ExitablePointValues(PointValues in, QueryTimeout queryTimeout)
SortingPointValues(PointValues in, Sorter.DocMap docMap)
VerifyPointsVisitor(java.lang.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.memory Modifier and Type Class Description private class
MemoryIndex.MemoryIndexReader.MemoryIndexPointValues
Methods in org.apache.lucene.index.memory that return PointValues Modifier and Type Method Description PointValues
MemoryIndex.MemoryIndexReader. getPointValues(java.lang.String fieldName)
-
Uses of PointValues in org.apache.lucene.sandbox.document
Method parameters in org.apache.lucene.sandbox.document with type arguments of type PointValues Modifier and Type Method Description private static FloatPointNearestNeighbor.NearestHit[]
FloatPointNearestNeighbor. nearest(java.util.List<PointValues> readers, java.util.List<Bits> liveDocs, java.util.List<java.lang.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 PointValues Modifier and Type Method Description static NearestNeighbor.NearestHit[]
NearestNeighbor. nearest(double pointLat, double pointLon, java.util.List<PointValues> readers, java.util.List<Bits> liveDocs, java.util.List<java.lang.Integer> docBases, int n)
-
Uses of PointValues in org.apache.lucene.search.comparators
Fields in org.apache.lucene.search.comparators declared as PointValues Modifier and Type Field Description private PointValues
NumericComparator.NumericLeafComparator. pointValues
-
Uses of PointValues in org.apache.lucene.search.highlight
Methods in org.apache.lucene.search.highlight that return PointValues Modifier and Type Method Description PointValues
TermVectorLeafReader. getPointValues(java.lang.String fieldName)
-
Uses of PointValues in org.apache.lucene.util
Constructors in org.apache.lucene.util with parameters of type PointValues Constructor Description DocIdSetBuilder(int maxDoc, PointValues values, java.lang.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.bkd Modifier and Type Class Description class
BKDReader
Handles reading a block KD-tree in byte[] space previously written withBKDWriter
.Constructors in org.apache.lucene.util.bkd with parameters of type PointValues Constructor Description MergeReader(PointValues pointValues, MergeState.DocMap docMap)
-