Uses of Class
org.apache.lucene.util.hnsw.BoundsChecker
-
Packages that use BoundsChecker Package Description 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.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.Methods in org.apache.lucene.util.hnsw that return BoundsChecker Modifier and Type Method Description static BoundsCheckerBoundsChecker. create(boolean reversed)
-