Uses of Class
org.apache.lucene.util.hnsw.BoundsChecker
-
Packages that use BoundsChecker Package Description org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.org.apache.lucene.util.hnsw Navigable Small-World graph, nominally Hierarchical but currently only has a single layer. -
-
Uses of BoundsChecker in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as BoundsChecker Modifier and Type Field Description private BoundsCheckerLucene90HnswGraphBuilder. bound -
Uses of BoundsChecker in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as BoundsChecker Modifier and Type Field Description private BoundsCheckerLucene91HnswGraphBuilder. bound -
Uses of BoundsChecker in org.apache.lucene.util.hnsw
Subclasses of BoundsChecker in org.apache.lucene.util.hnsw Modifier and Type Class Description static classBoundsChecker.MaxA helper class for an hnsw graph that serves as a comparator of the currently set maximum value with a new value.static classBoundsChecker.MinA helper class for an hnsw graph that serves as a comparator of the currently set minimum value with a new value.Fields in org.apache.lucene.util.hnsw declared as BoundsChecker Modifier and Type Field Description private BoundsCheckerHnswGraphBuilder. boundMethods in org.apache.lucene.util.hnsw that return BoundsChecker Modifier and Type Method Description static BoundsCheckerBoundsChecker. create(boolean reversed)
-