Uses of Class
com.couchbase.client.java.search.vector.VectorQuery
-
Uses of VectorQuery in com.couchbase.client.java.search.vector
Modifier 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.Modifier and TypeMethodDescriptionstatic VectorSearch
VectorSearch.create
(VectorQuery vectorQuery) Will execute a single `vectorQuery`, using default options.Modifier 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.