Uses of Class
org.apache.lucene.util.hnsw.NeighborQueue
Packages that use NeighborQueue
Package
Description
Code to search indices.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of NeighborQueue in org.apache.lucene.search
Fields in org.apache.lucene.search declared as NeighborQueue -
Uses of NeighborQueue in org.apache.lucene.util.hnsw
Fields in org.apache.lucene.util.hnsw declared as NeighborQueueModifier and TypeFieldDescriptionprotected final NeighborQueue
HnswGraphSearcher.candidates
Scratch data structures that are used in eachHnswGraphSearcher.searchLevel(org.apache.lucene.util.hnsw.RandomVectorScorer, int, int, int[], org.apache.lucene.util.hnsw.HnswGraph)
call.Constructors in org.apache.lucene.util.hnsw with parameters of type NeighborQueueModifierConstructorDescriptionHnswGraphSearcher
(NeighborQueue candidates, BitSet visited) Creates a new graph searcher.