Uses of Class
com.couchbase.client.java.search.vector.VectorQuery
Packages that use VectorQuery
-
Uses of VectorQuery in com.couchbase.client.java.search.vector
Methods in com.couchbase.client.java.search.vector that return VectorQueryModifier and TypeMethodDescriptionVectorQuery.boost
(double boost) Can be used to control how much weight to give the results of this query vs other queries.static VectorQuery
static VectorQuery
VectorQuery.numCandidates
(int numCandidates) This is the number of results that will be returned from this vector query.Methods in com.couchbase.client.java.search.vector with parameters of type VectorQueryModifier and TypeMethodDescriptionstatic VectorSearch
VectorSearch.create
(VectorQuery vectorQuery) Will execute a single `vectorQuery`, using default options.Method parameters in com.couchbase.client.java.search.vector with type arguments of type VectorQueryModifier and TypeMethodDescriptionstatic VectorSearch
VectorSearch.create
(List<VectorQuery> vectorQueries) Will execute all of the provided `vectorQueries`, using default options.static VectorSearch
VectorSearch.create
(List<VectorQuery> vectorQueries, VectorSearchOptions vectorSearchOptions) Will execute all of the provided `vectorQueries`, using the specified options.