Uses of Interface
org.apache.lucene.search.knn.KnnCollectorManager
Packages that use KnnCollectorManager
Package
Description
Code to search indices.
Classes related to vector search: knn and vector fields.
-
Uses of KnnCollectorManager in org.apache.lucene.search
Classes in org.apache.lucene.search that implement KnnCollectorManagerModifier and TypeClassDescriptionclassAKnnCollectorManagerthat collects results with a timeout.Methods in org.apache.lucene.search with parameters of type KnnCollectorManagerModifier and TypeMethodDescriptionprotected TopDocsByteVectorSimilarityQuery.approximateSearch(LeafReaderContext context, Bits acceptDocs, int visitLimit, KnnCollectorManager knnCollectorManager) protected TopDocsFloatVectorSimilarityQuery.approximateSearch(LeafReaderContext context, Bits acceptDocs, int visitLimit, KnnCollectorManager knnCollectorManager) protected TopDocsKnnByteVectorQuery.approximateSearch(LeafReaderContext context, Bits acceptDocs, int visitedLimit, KnnCollectorManager knnCollectorManager) protected TopDocsKnnFloatVectorQuery.approximateSearch(LeafReaderContext context, Bits acceptDocs, int visitedLimit, KnnCollectorManager knnCollectorManager) Constructors in org.apache.lucene.search with parameters of type KnnCollectorManagerModifierConstructorDescriptionTimeLimitingKnnCollectorManager(KnnCollectorManager delegate, QueryTimeout timeout) -
Uses of KnnCollectorManager in org.apache.lucene.search.knn
Classes in org.apache.lucene.search.knn that implement KnnCollectorManagerModifier and TypeClassDescriptionclassTopKnnCollectorManager responsible for creatingTopKnnCollectorinstances.