Uses of Enum
com.couchbase.client.java.search.vector.VectorQueryCombination
-
Uses of VectorQueryCombination in com.couchbase.client.java.search.vector
Modifier 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.Modifier and TypeMethodDescriptionVectorSearchOptions.vectorQueryCombination
(VectorQueryCombination vectorQueryCombination) Specifies how multipleVectorQuery
s in aVectorSearch
are combined.