Search Metrics contains the search result metrics containing counts and timings.
More...
#include <couchbase/search_row.hxx>
Search Metrics contains the search result metrics containing counts and timings.
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ search_row() [1/2]
| search_row |
( |
internal_search_row | internal | ) |
|
|
explicit |
- Since
- 1.0.0
- Volatile
- Should not be used in production
◆ search_row() [2/2]
| search_row |
( |
search_row && | other | ) |
|
|
noexcept |
◆ ~search_row()
◆ explanation()
| auto explanation |
( |
| ) |
const->constcodec::binary & |
|
nodiscard |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ fields()
| auto fields |
( |
| ) |
const->constcodec::binary & |
|
nodiscard |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ fields_as()
template<typename Serializer, typename Document = typename Serializer::document_type, std::enable_if_t<
codec::is_serializer_v< Serializer >, bool > = true>
| auto fields_as |
( |
| ) |
const->Document |
|
inlinenodiscard |
◆ fragments()
| auto fragments |
( |
| ) |
const->conststd::map< std::string, std::vector< std::string > > & |
|
nodiscard |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ id()
| auto id |
( |
| ) |
const->conststd::string & |
|
nodiscard |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ index()
| auto index |
( |
| ) |
const->conststd::string & |
|
nodiscard |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ locations()
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ operator=()
◆ score()
| auto score |
( |
| ) |
const->double |
|
nodiscard |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
The documentation for this class was generated from the following file: