33#ifndef COUCHBASE_CXX_CLIENT_DOXYGEN
34class internal_search_result;
78 std::unique_ptr<internal_search_result> internal_;
Definition search_facet_result.hxx:30
Represents result of cluster::search() and scope::search() calls.
Definition search_result.hxx:45
auto meta_data() const -> const search_meta_data &
Returns the search_meta_data giving access to the additional metadata associated with this search.
search_result(const search_result &)=delete
search_result(internal_search_result internal)
search_result(search_result &&) noexcept
auto rows() const -> const std::vector< search_row > &
search_result & operator=(const search_result &)=delete
auto facets() const -> const std::map< std::string, std::shared_ptr< search_facet_result > > &
Search Metrics contains the search result metrics containing counts and timings.
Definition search_row.hxx:39
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28