Uses of Class
org.apache.lucene.util.hnsw.HnswGraphBuilder
-
Packages that use HnswGraphBuilder Package Description org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of HnswGraphBuilder in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as HnswGraphBuilder Modifier and Type Field Description private HnswGraphBuilder
Lucene99HnswVectorsWriter.FieldWriter. hnswGraphBuilder
-
Uses of HnswGraphBuilder in org.apache.lucene.util.hnsw
Subclasses of HnswGraphBuilder in org.apache.lucene.util.hnsw Modifier and Type Class Description private static class
HnswConcurrentMergeBuilder.ConcurrentMergeWorker
class
InitializedHnswGraphBuilder
This creates a graph builder that is initialized with the provided HnswGraph.Methods in org.apache.lucene.util.hnsw that return HnswGraphBuilder Modifier and Type Method Description static HnswGraphBuilder
HnswGraphBuilder. create(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed)
static HnswGraphBuilder
HnswGraphBuilder. create(RandomVectorScorerSupplier scorerSupplier, int M, int beamWidth, long seed, int graphSize)
-