Uses of Class
org.apache.lucene.search.AbstractKnnVectorQuery
Packages that use AbstractKnnVectorQuery
Package
Description
Code to search indices.
Support for index-time and query-time joins.
-
Uses of AbstractKnnVectorQuery in org.apache.lucene.search
Subclasses of AbstractKnnVectorQuery in org.apache.lucene.searchModifier and TypeClassDescriptionclass
UsesKnnVectorsReader.search(String, byte[], KnnCollector, Bits)
to perform nearest neighbour search.class
UsesKnnVectorsReader.search(String, float[], KnnCollector, Bits)
to perform nearest neighbour search.class
Deprecated. -
Uses of AbstractKnnVectorQuery in org.apache.lucene.search.join
Subclasses of AbstractKnnVectorQuery in org.apache.lucene.search.joinModifier and TypeClassDescriptionclass
kNN byte vector query that joins matching children vector documents with their parent doc id.class
kNN float vector query that joins matching children vector documents with their parent doc id.
KnnFloatVectorQuery
instead