Uses of Enum
com.couchbase.client.java.search.vector.VectorQueryCombination
Packages that use VectorQueryCombination
-
Uses of VectorQueryCombination in com.couchbase.client.java.search.vector
Methods in com.couchbase.client.java.search.vector that return VectorQueryCombinationModifier and TypeMethodDescriptionstatic VectorQueryCombination
Returns the enum constant of this type with the specified name.static VectorQueryCombination[]
VectorQueryCombination.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.search.vector with parameters of type VectorQueryCombinationModifier and TypeMethodDescriptionVectorSearchOptions.vectorQueryCombination
(VectorQueryCombination vectorQueryCombination) Specifies how multipleVectorQuery
s in aVectorSearch
are combined.