Represents result of search() and search() calls.
More...
#include <couchbase/search_result.hxx>
Represents result of search() and search() calls.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ search_result() [1/4]
◆ search_result() [2/4]
| search_result |
( |
internal_search_result | internal | ) |
|
|
explicit |
- Since
- 1.0.0
- Volatile
- Should not be used in production
◆ ~search_result()
◆ search_result() [3/4]
| search_result |
( |
const search_result & | | ) |
|
|
delete |
◆ search_result() [4/4]
| search_result |
( |
search_result && | | ) |
|
|
noexcept |
◆ facets()
◆ meta_data()
| auto meta_data |
( |
| ) |
const->constsearch_meta_data & |
|
nodiscard |
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->conststd::vector< search_row > & |
|
nodiscard |
The documentation for this class was generated from the following file: