Class OffHeapFloatVectorValues.DenseOffHeapVectorValues
java.lang.Object
org.apache.lucene.index.KnnVectorValues
org.apache.lucene.index.FloatVectorValues
org.apache.lucene.backward_codecs.lucene94.OffHeapFloatVectorValues
org.apache.lucene.backward_codecs.lucene94.OffHeapFloatVectorValues.DenseOffHeapVectorValues
- Enclosing class:
OffHeapFloatVectorValues
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.backward_codecs.lucene94.OffHeapFloatVectorValues
OffHeapFloatVectorValues.DenseOffHeapVectorValuesNested classes/interfaces inherited from class org.apache.lucene.index.KnnVectorValues
KnnVectorValues.DocIndexIterator -
Field Summary
Fields inherited from class org.apache.lucene.backward_codecs.lucene94.OffHeapFloatVectorValues
byteSize, dimension, lastOrd, size, slice, value, vectorSimilarityFunction -
Constructor Summary
ConstructorsConstructorDescriptionDenseOffHeapVectorValues(int dimension, int size, IndexInput slice, VectorSimilarityFunction vectorSimilarityFunction, int byteSize) -
Method Summary
Modifier and TypeMethodDescriptioncopy()Creates a new copy of thisKnnVectorValues.getAcceptOrds(Bits acceptDocs) Returns a Bits accepting docs accepted by the argument and having a vector valueiterator()Create an iterator for this instance.scorer(float[] query) Return aVectorScorerfor the given query vector and the currentFloatVectorValues.Methods inherited from class org.apache.lucene.backward_codecs.lucene94.OffHeapFloatVectorValues
dimension, load, size, vectorValueMethods inherited from class org.apache.lucene.index.FloatVectorValues
checkField, fromFloats, getEncodingMethods inherited from class org.apache.lucene.index.KnnVectorValues
createDenseIterator, createSparseIterator, fromDISI, getVectorByteLength, ordToDoc
-
Constructor Details
-
DenseOffHeapVectorValues
public DenseOffHeapVectorValues(int dimension, int size, IndexInput slice, VectorSimilarityFunction vectorSimilarityFunction, int byteSize)
-
-
Method Details
-
copy
Description copied from class:KnnVectorValuesCreates a new copy of thisKnnVectorValues. This is helpful when you need to access different values at once, to avoid overwriting the underlying vector returned.- Specified by:
copyin classFloatVectorValues- Throws:
IOException
-
iterator
Description copied from class:KnnVectorValuesCreate an iterator for this instance.- Overrides:
iteratorin classKnnVectorValues
-
getAcceptOrds
Description copied from class:KnnVectorValuesReturns a Bits accepting docs accepted by the argument and having a vector value- Overrides:
getAcceptOrdsin classKnnVectorValues
-
scorer
Description copied from class:FloatVectorValuesReturn aVectorScorerfor the given query vector and the currentFloatVectorValues.- Overrides:
scorerin classFloatVectorValues- Parameters:
query- the query vector- Returns:
- a
VectorScorerinstance or null - Throws:
IOException
-