Stores any non-rows results related to the execution of a particular N1QL search.
More...
#include <couchbase/search_meta_data.hxx>
Stores any non-rows results related to the execution of a particular N1QL search.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ search_meta_data() [1/2]
| search_meta_data |
( |
internal_search_meta_data | internal | ) |
|
|
explicit |
- Since
- 1.0.0
- Volatile
- Should not be used in production
◆ search_meta_data() [2/2]
| search_meta_data |
( |
search_meta_data && | other | ) |
|
|
noexcept |
◆ ~search_meta_data()
◆ client_context_id()
| auto client_context_id |
( |
| ) |
const->conststd::string & |
|
nodiscard |
Returns the client context identifier string set on the search request.
- Returns
- client context identifier
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ errors()
| auto errors |
( |
| ) |
const->conststd::map< std::string, std::string > & |
|
nodiscard |
Returns any warnings returned by the search engine.
It returns an empty vector if no warnings were returned.
- Returns
- vector of the reported warnings.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ metrics()
| auto metrics |
( |
| ) |
const->constsearch_metrics & |
|
nodiscard |
Returns the search_metrics as returned by the search engine if enabled.
- Returns
- metrics
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ operator=()
The documentation for this class was generated from the following file: