Package org.apache.lucene.search.knn
package org.apache.lucene.search.knn
Classes related to vector search: knn and vector fields.
-
ClassDescriptionKnnCollectorManager responsible for creating
KnnCollector
instances.KnnSearchStrategy is a strategy for kNN search, providing additional search strategy configurationA strategy for kNN search that uses HNSWA strategy for kNN search on HNSW that early exits when nearest neighbor collection rate saturates.A strategy for kNN search that uses a set of entry points to start the searchMultiLeafKnnCollector is a specific KnnCollector that can exchange the top collected results across segments through a shared global queue.TopKnnCollectorManager responsible for creatingTopKnnCollector
instances.