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 TypeClassDescriptionclass
Read the vector values from the index input.static class
Dense vector values that are stored off-heap.private static class
private static class
class
Read the vector values from the index input.static class
Dense vector values that are stored off-heap.private static class
private 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 class
Returns a merged view over all the segment'sQuantizedByteVectorValues
.(package private) static final class
(package private) static class
class
Read the quantized vector values and their score correction values from the index input.static class
Dense vector values that are stored off-heap.private static class
private static class
-
Uses of HasIndexSlice in org.apache.lucene.sandbox.codecs.quantization
Classes in org.apache.lucene.sandbox.codecs.quantization that implement HasIndexSliceModifier and TypeClassDescriptionclass
A 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 TypeClassDescriptionclass
A version ofByteVectorValues
, but additionally retrieving score correction offset for Scalar quantization scores.