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 BoundsChecker
Lucene90HnswGraphBuilder. 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 BoundsChecker
Lucene91HnswGraphBuilder. 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 class
BoundsChecker.Max
A helper class for an hnsw graph that serves as a comparator of the currently set maximum value with a new value.static class
BoundsChecker.Min
A 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 BoundsChecker
HnswGraphBuilder. bound
Methods in org.apache.lucene.util.hnsw that return BoundsChecker Modifier and Type Method Description static BoundsChecker
BoundsChecker. create(boolean reversed)
-