|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
Options related to executing a vector_search. More...
#include <couchbase/vector_search_options.hxx>
Classes | |
| struct | built |
| Immutable value object representing consistent options. More... | |
Public Member Functions | |
| auto | build () const -> built |
| Validates options and returns them as an immutable value. | |
| auto | query_combination (vector_query_combination combination) -> vector_search_options & |
| Sets how the vector query results are combined. | |
|
inlinenodiscard |
Validates options and returns them as an immutable value.
| std::system_error | with code errc::common::invalid_argument if the options are not valid |
|
inline |
Sets how the vector query results are combined.
| combination | vector_query_combination |