Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

Vectors' writer for a field

Link copied to clipboard
Link copied to clipboard

Encodes/decodes per-document vectors and provides a scoring interface for the flat stored vectors

Link copied to clipboard

Reads vectors from an index. When searching this reader, it iterates every vector in the index and scores them

Link copied to clipboard

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

Link copied to clipboard

Vectors' writer for a field that allows additional indexing logic to be implemented by the caller

Link copied to clipboard

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.

Link copied to clipboard

Default scalar quantized implementation of FlatVectorsScorer.