Package-level declarations
Types
Default implementation of FlatVectorsScorer.
Vectors' writer for a field
Utilities for FlatVectorsScorer.
Encodes/decodes per-document vectors and provides a scoring interface for the flat stored vectors
Reads vectors from an index. When searching this reader, it iterates every vector in the index and scores them
Provides mechanisms to score vectors that are stored in a flat file The purpose of this class is for providing flexibility to the codec utilizing the vectors
Vectors' writer for a field that allows additional indexing logic to be implemented by the caller
An interface that provides an HNSW graph. This interface is useful when gathering multiple HNSW graphs to bootstrap segment merging. The graph may be off the JVM heap.
Default scalar quantized implementation of FlatVectorsScorer.