Uses of Interface
org.apache.lucene.codecs.lucene95.HasIndexSlice
Packages that use HasIndexSlice
Package
Description
Lucene 9.5 file format.
Lucene 9.9 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.lucene95
Classes in org.apache.lucene.codecs.lucene95 that implement HasIndexSliceModifier and TypeClassDescriptionclass
Read the vector values from the index input.static class
Dense vector values that are stored off-heap.class
Read the vector values from the index input.static class
Dense vector values that are stored off-heap. -
Uses of HasIndexSlice in org.apache.lucene.codecs.lucene99
Classes in org.apache.lucene.codecs.lucene99 that implement HasIndexSliceModifier and TypeClassDescriptionclass
Read the quantized vector values and their score correction values from the index input.static class
Dense 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 TypeClassDescriptionclass
A version ofByteVectorValues
, but additionally retrieving score correction offset for Scalar quantization scores.