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.
This package implements KMeans algorithm for clustering vectors
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 TypeClassDescriptionclassRead the vector values from the index input.static classDense vector values that are stored off-heap.private static classprivate static classclassRead the vector values from the index input.static classDense vector values that are stored off-heap.private static classprivate static class -
Uses of HasIndexSlice in org.apache.lucene.codecs.lucene99
Classes in org.apache.lucene.codecs.lucene99 that implement HasIndexSliceModifier and TypeClassDescription(package private) static classReturns a merged view over all the segment'sQuantizedByteVectorValues.(package private) static final class(package private) static classclassRead the quantized vector values and their score correction values from the index input.static classDense vector values that are stored off-heap.private static classprivate static class -
Uses of HasIndexSlice in org.apache.lucene.sandbox.codecs.quantization
Classes in org.apache.lucene.sandbox.codecs.quantization that implement HasIndexSliceModifier and TypeClassDescriptionclassA reader of vector values that samples a subset of the vectors. -
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.