Uses of Interface
org.apache.lucene.util.hnsw.CloseableRandomVectorScorerSupplier
Packages that use CloseableRandomVectorScorerSupplier
Package
Description
Lucene 10.4 file format.
Lucene 9.9 file format.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
Provides quantization methods for scaling vector values to smaller data types and possibly fewer
dimensions
-
Uses of CloseableRandomVectorScorerSupplier in org.apache.lucene.codecs.lucene104
Methods in org.apache.lucene.codecs.lucene104 that return CloseableRandomVectorScorerSupplierModifier and TypeMethodDescriptionLucene104ScalarQuantizedVectorsReader.getRandomVectorScorerSupplierForMerge(FieldInfo fieldInfo, SegmentWriteState segmentWriteState) -
Uses of CloseableRandomVectorScorerSupplier in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 that return CloseableRandomVectorScorerSupplierModifier and TypeMethodDescriptionLucene99HnswVectorsReader.getRandomVectorScorerSupplierForMerge(FieldInfo fieldInfo, SegmentWriteState segmentWriteState) -
Uses of CloseableRandomVectorScorerSupplier in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw that return CloseableRandomVectorScorerSupplierModifier and TypeMethodDescriptionCloseableRandomVectorScorerSupplier.create(RandomVectorScorerSupplier supplier, int totalVectorCount, Closeable onClose) -
Uses of CloseableRandomVectorScorerSupplier in org.apache.lucene.util.quantization
Methods in org.apache.lucene.util.quantization that return CloseableRandomVectorScorerSupplierModifier and TypeMethodDescriptionQuantizedVectorsReader.getRandomVectorScorerSupplierForMerge(FieldInfo fieldInfo, SegmentWriteState segmentWriteState) Provides a scorer for merging this quantized vector reader.