Uses of Interface
org.apache.lucene.codecs.lucene95.HasIndexSlice
Packages that use HasIndexSlice
Package
Description
Lucene 10.4 file format.
Lucene 9.5 file format.
Provides quantization methods for scaling vector values to smaller data types and possibly fewer
dimensions
-
Uses of HasIndexSlice in org.apache.lucene.codecs.lucene104
Classes in org.apache.lucene.codecs.lucene104 that implement HasIndexSliceModifier and TypeClassDescriptionclassScalar quantized vector values loaded from off-heapclassScalar quantized byte vector values -
Uses of HasIndexSlice in org.apache.lucene.codecs.lucene95
Classes in org.apache.lucene.codecs.lucene95 that implement HasIndexSliceModifier and TypeClassDescriptionclassRead the vector values from the index input.static classDense vector values that are stored off-heap.classRead the vector values from the index input.static classDense vector values that are stored off-heap. -
Uses of HasIndexSlice in org.apache.lucene.util.quantization
Classes in org.apache.lucene.util.quantization that implement HasIndexSliceModifier and TypeClassDescriptionclassA version ofByteVectorValues, but additionally retrieving score correction offset for Scalar quantization scores.