Package | Description |
---|---|
com.couchbase.client.java.search.vector |
Modifier and Type | Method and Description |
---|---|
static VectorQueryCombination |
VectorQueryCombination.valueOf(String name)
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 Type | Method and Description |
---|---|
VectorSearchOptions |
VectorSearchOptions.vectorQueryCombination(VectorQueryCombination vectorQueryCombination)
Specifies how multiple
VectorQuery s in a VectorSearch are combined. |
Copyright © 2024 Couchbase, Inc.. All rights reserved.