Uses of Class
org.apache.lucene.search.KnnCollector.Decorator
Packages that use KnnCollector.Decorator
Package
Description
Code to search indices.
Classes related to vector search: knn and vector fields.
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
-
Uses of KnnCollector.Decorator in org.apache.lucene.search
Subclasses of KnnCollector.Decorator in org.apache.lucene.searchModifier and TypeClassDescriptionclass
AKnnCollector.Decorator
that early exits when nearest neighbor queue keeps saturating beyond a 'patience' parameter. -
Uses of KnnCollector.Decorator in org.apache.lucene.search.knn
Subclasses of KnnCollector.Decorator in org.apache.lucene.search.knnModifier and TypeClassDescriptionfinal class
MultiLeafKnnCollector is a specific KnnCollector that can exchange the top collected results across segments through a shared global queue. -
Uses of KnnCollector.Decorator in org.apache.lucene.util.hnsw
Subclasses of KnnCollector.Decorator in org.apache.lucene.util.hnswModifier and TypeClassDescriptionfinal class
Wraps a provided KnnCollector object, translating the provided vectorId ordinal to a documentId