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