java.lang.Object
org.apache.lucene.search.DocIdSetIterator
org.apache.lucene.index.FloatVectorValues
org.apache.lucene.index.VectorValues
- Direct Known Subclasses:
FilterVectorValues
Deprecated.
This class provides access to per-document floating point vector values indexed as
KnnFloatVectorField
.-
Field Summary
Fields inherited from class org.apache.lucene.search.DocIdSetIterator
NO_MORE_DOCS
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates an instance to hold floating point vector values for a single document -
Method Summary
Methods inherited from class org.apache.lucene.index.FloatVectorValues
checkField, cost, dimension, scorer, size, vectorValue
Methods inherited from class org.apache.lucene.search.DocIdSetIterator
advance, all, docID, empty, nextDoc, range, slowAdvance
-
Constructor Details
-
VectorValues
VectorValues()Deprecated.Creates an instance to hold floating point vector values for a single document
-
FloatVectorValues
instead