Package org.apache.lucene.backward_codecs.lucene90
package org.apache.lucene.backward_codecs.lucene90
Lucene 9.0 file format.
-
ClassDescriptionA helper class for an hnsw graph that serves as a comparator of the currently set bound value with a new value.A helper class for an hnsw graph that serves as a comparator of the currently set maximum value with a new value.A helper class for an hnsw graph that serves as a comparator of the currently set minimum value with a new value.Implements the Lucene 9.0 index formatConfiguration option for the codec.Lucene 9.0 Field Infos format.Builder for HNSW graph.Lucene 9.0 vector format, which encodes numeric vector values and an optional associated graph connecting the documents having values.Reads vectors from the index segments along with index data structures supporting KNN search.Read the nearest-neighbors graph from the index inputRead the vector values from the index input.NeighborArray encodes the neighbors of a node and their mutual scores in the HNSW graph as a pair of growable arrays.An
HnswGraph
where all nodes and connections are held in memory.