Uses of Class
org.apache.lucene.util.hnsw.BoundsChecker
Packages that use BoundsChecker
Package
Description
Lucene 9.0 file format.
Lucene 9.1 file format.
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 -
Uses of BoundsChecker in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as BoundsChecker -
Uses of BoundsChecker in org.apache.lucene.util.hnsw
Subclasses of BoundsChecker in org.apache.lucene.util.hnswModifier and TypeClassDescriptionstatic class
A helper class for an hnsw graph that serves as a comparator of the currently set maximum value with a new value.static class
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 BoundsCheckerMethods in org.apache.lucene.util.hnsw that return BoundsChecker