KnnSearchStrategy
KnnSearchStrategy is a strategy for kNN search, providing additional search strategy configuration
Inheritors
Types
Link copied to clipboard
A strategy for kNN search that uses HNSW
Link copied to clipboard
open class Seeded(entryPoints: DocIdSetIterator?, numberOfEntryPoints: Int, originalStrategy: KnnSearchStrategy) : KnnSearchStrategy
A strategy for kNN search that uses a set of entry points to start the search