Uses of Package
org.apache.lucene.util.hnsw
Packages that use org.apache.lucene.util.hnsw
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Simpletext Codec: writes human readable postings.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Classes in org.apache.lucene.util.hnsw used by org.apache.lucene.backward_codecs.lucene90ClassDescriptionHierarchical Navigable Small World graph.Iterator over the graph nodes on a certain level, Iterator also provides the size – the total number of nodes to be iterated over.NeighborQueue uses a
LongHeap
to store lists of arcs in an HNSW graph, represented as a neighbor node id with an associated score packed together as a sortable long, which is sorted primarily by score.Provides random access to vectors by dense ordinal. -
Classes in org.apache.lucene.util.hnsw used by org.apache.lucene.backward_codecs.lucene91ClassDescriptionHierarchical Navigable Small World graph.Iterator over the graph nodes on a certain level, Iterator also provides the size – the total number of nodes to be iterated over.Provides random access to vectors by dense ordinal.
-
Classes in org.apache.lucene.util.hnsw used by org.apache.lucene.backward_codecs.lucene92ClassDescriptionHierarchical Navigable Small World graph.Iterator over the graph nodes on a certain level, Iterator also provides the size – the total number of nodes to be iterated over.Provides random access to vectors by dense ordinal.
-
Classes in org.apache.lucene.util.hnsw used by org.apache.lucene.backward_codecs.lucene94ClassDescriptionHierarchical Navigable Small World graph.Iterator over the graph nodes on a certain level, Iterator also provides the size – the total number of nodes to be iterated over.Provides random access to vectors by dense ordinal.
-
Classes in org.apache.lucene.util.hnsw used by org.apache.lucene.codecs.lucene95ClassDescriptionHierarchical Navigable Small World graph.Iterator over the graph nodes on a certain level, Iterator also provides the size – the total number of nodes to be iterated over.Builder for HNSW graph.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.Provides random access to vectors by dense ordinal. -
Classes in org.apache.lucene.util.hnsw used by org.apache.lucene.codecs.simpletext
-
Classes in org.apache.lucene.util.hnsw used by org.apache.lucene.util.hnswClassDescriptionHierarchical Navigable Small World graph.Iterator over the graph nodes on a certain level, Iterator also provides the size – the total number of nodes to be iterated over.Builder for HNSW graph.Searches an HNSW graph to find nearest neighbors to a query vector.NeighborArray encodes the neighbors of a node and their mutual scores in the HNSW graph as a pair of growable arrays.NeighborQueue uses a
LongHeap
to store lists of arcs in an HNSW graph, represented as a neighbor node id with an associated score packed together as a sortable long, which is sorted primarily by score.AnHnswGraph
where all nodes and connections are held in memory.Provides random access to vectors by dense ordinal.