|
Couchbase C++ SDK 1.2.0 (rev. c2439a4)
|
This is the complete list of members for search_options, including all inherited members.
| build() const -> built | search_options | inline |
| build_common_options() const -> built | common_options< search_options > | inlineprotected |
| client_context_id(std::string client_context_id) -> search_options & | search_options | inline |
| collections(std::vector< std::string > collections) -> search_options & | search_options | inline |
| consistent_with(const mutation_state &state) -> search_options & | search_options | inline |
| disable_scoring(bool disable) -> search_options & | search_options | inline |
| explain(bool explain) -> search_options & | search_options | inline |
| facet(std::string name, std::shared_ptr< search_facet > facet) -> search_options & | search_options | inline |
| facet(std::string name, Facet facet) -> search_options & | search_options | inline |
| facets(std::map< std::string, std::shared_ptr< search_facet > > facets) -> search_options & | search_options | inline |
| facets(const Facets &... facets) -> search_options & | search_options | inline |
| fields(std::vector< std::string > fields) -> search_options & | search_options | inline |
| highlight(highlight_style style=highlight_style::html, std::vector< std::string > fields={}) -> search_options & | search_options | inline |
| highlight(std::vector< std::string > fields) -> search_options & | search_options | inline |
| include_locations(bool include) -> search_options & | search_options | inline |
| limit(std::uint32_t limit) -> search_options & | search_options | inline |
| parent_span(std::shared_ptr< tracing::request_span > span) -> search_options & | common_options< search_options > | inline |
| raw(std::string name, const Value &value) -> search_options & | search_options | inline |
| retry_strategy(const std::shared_ptr< retry_strategy > strategy) -> search_options & | common_options< search_options > | inline |
| scan_consistency(search_scan_consistency scan_consistency) -> search_options & | search_options | inline |
| self() -> search_options & | common_options< search_options > | inlineprotected |
| skip(std::uint32_t skip) -> search_options & | search_options | inline |
| sort(std::vector< std::string > sort_expressions) -> search_options & | search_options | inline |
| sort(std::vector< std::shared_ptr< search_sort > > sort_objects) -> search_options & | search_options | inline |
| timeout(const std::chrono::milliseconds timeout) -> search_options & | common_options< search_options > | inline |