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]
- Since
- 1.0.0
- Volatile
- Should not be used in production
◆ search_row() [2/2]
◆ ~search_row()
◆ explanation()
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ fields()
- 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 -> const std::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 -> const std::string & |
|
nodiscard |
- Since
- 1.0.0
- Committed
- Generally available API and should be preferred in production
◆ index()
auto index |
( |
| ) |
const -> const std::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: