Package-level declarations
Types
Lucene 9.9 flat vector format, which encodes numeric vector values
Reads vectors from the index segments.
Writes vector values to index segments.
Lucene 9.9 vector format using scalar-quantized vectors with HNSW.
Lucene 9.9 vector format, which encodes numeric vector values into an associated graph connecting the documents having values. The graph is used to power HNSW search. The format consists of two files, and requires a FlatVectorsFormat to store the actual vectors:
Reads vectors from the index segments along with index data structures supporting KNN search.
Writes vector values and knn graphs to index segments.
Optimized scalar quantized implementation of FlatVectorsScorer for quantized vectors stored in the Lucene99 format.
Format supporting vector quantization, storage, and retrieval.
Reads Scalar Quantized vectors from the index segments along with index data structures.
Writes quantized vector values and metadata to index segments.
Lucene 9.9 Segment info format.
Read the quantized vector values and their score correction values from the index input. This supports both iterated and random access.