|
Couchbase C++ SDK 1.4.0 (rev. 59aa900)
|
#include <couchbase/search_row_locations.hxx>
Public Member Functions | |
| search_row_locations (internal_search_row_locations internal) | |
| ~search_row_locations () | |
| 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 | 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 > |
| auto | terms () const -> std::set< std::string > |
| auto | terms_for (const std::string &field) const -> std::vector< std::string > |
|
explicit |
| ~search_row_locations | ( | ) |
|
noexcept |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
nodiscard |
|
noexcept |
|
nodiscard |
|
nodiscard |