Uses of Class
org.apache.lucene.search.KnnFloatVectorQuery
Packages that use KnnFloatVectorQuery
-
Uses of KnnFloatVectorQuery in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type KnnFloatVectorQueryModifier and TypeMethodDescriptionstatic PatienceKnnVectorQuery
PatienceKnnVectorQuery.fromFloatQuery
(KnnFloatVectorQuery knnQuery) Construct a new PatienceKnnVectorQuery instance for a float vector fieldstatic PatienceKnnVectorQuery
PatienceKnnVectorQuery.fromFloatQuery
(KnnFloatVectorQuery knnQuery, double saturationThreshold, int patience) Construct a new PatienceKnnVectorQuery instance for a float vector fieldstatic SeededKnnVectorQuery
SeededKnnVectorQuery.fromFloatQuery
(KnnFloatVectorQuery knnQuery, Query seed) Construct a new SeededKnnVectorQuery instance for a float vector field