Represents result of cluster::search() and scope::search() calls.
More...
#include <couchbase/search_result.hxx>
Represents result of cluster::search() and scope::search() calls.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ search_result() [1/4]
◆ search_result() [2/4]
- Since
- 1.0.0
- Volatile
- Should not be used in production
◆ ~search_result()
◆ search_result() [3/4]
◆ search_result() [4/4]
◆ facets()
auto facets |
( |
| ) |
const -> const std::map< std::string, std::shared_ptr< search_facet_result > > & |
|
nodiscard |
◆ meta_data()
Returns the search_meta_data
giving access to the additional metadata associated with this search.
- Returns
- response metadata
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ rows()
auto rows |
( |
| ) |
const -> const std::vector< search_row > & |
|
nodiscard |
The documentation for this class was generated from the following file: