30#ifndef COUCHBASE_CXX_CLIENT_DOXYGEN
31class internal_search_row_locations;
54 [[nodiscard]]
auto get(
const std::string& field)
const -> std::vector<search_row_location>;
60 [[nodiscard]]
auto get(
const std::string& field,
61 const std::string& term)
const -> std::vector<search_row_location>;
73 [[nodiscard]] auto
fields() const -> std::vector<std::
string>;
79 [[nodiscard]] auto
terms() const -> std::set<std::
string>;
85 [[nodiscard]] auto
terms_for(const std::
string& field) const -> std::vector<std::
string>;
88 std::unique_ptr<internal_search_row_locations> internal_;
Definition search_row_location.hxx:37
Definition search_row_locations.hxx:39
auto terms() const -> std::set< std::string >
auto get(const std::string &field, const std::string &term) const -> std::vector< search_row_location >
auto get_all() const -> std::vector< search_row_location >
auto fields() const -> std::vector< std::string >
search_row_locations(search_row_locations &&other) noexcept
auto operator=(search_row_locations &&other) noexcept -> search_row_locations &
auto get(const std::string &field) const -> std::vector< search_row_location >
auto terms_for(const std::string &field) const -> std::vector< std::string >
search_row_locations(internal_search_row_locations internal)
Represents a single item from the result of collection::scan()
Definition allow_querying_search_index_options.hxx:28