Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
scope_search_index_manager Member List

This is the complete list of members for scope_search_index_manager, including all inherited members.

allow_querying(std::string index_name, const allow_querying_search_index_options &options, allow_querying_search_index_handler &&handler) constscope_search_index_manager
allow_querying(std::string index_name, const allow_querying_search_index_options &options={}) const -> std::future< error >scope_search_index_manager
analyze_document(std::string index_name, Document document, const analyze_document_options &options, analyze_document_handler &&handler) constscope_search_index_managerinline
analyze_document(std::string index_name, Document document, const analyze_document_options &options={}) const -> std::future< std::pair< error, std::vector< std::string > > >scope_search_index_managerinline
analyze_document(std::string index_name, std::string document, const analyze_document_options &options, analyze_document_handler &&handler) constscope_search_index_manager
analyze_document(std::string index_name, std::string document, const analyze_document_options &options) const -> std::future< std::pair< error, std::vector< std::string > > >scope_search_index_manager
disallow_querying(std::string index_name, const disallow_querying_search_index_options &options, disallow_querying_search_index_handler &&handler) constscope_search_index_manager
disallow_querying(std::string index_name, const disallow_querying_search_index_options &options={}) const -> std::future< error >scope_search_index_manager
drop_index(std::string index_name, const drop_search_index_options &options, drop_search_index_handler &&handler) constscope_search_index_manager
drop_index(std::string index_name, const drop_search_index_options &options={}) const -> std::future< error >scope_search_index_manager
freeze_plan(std::string index_name, const freeze_plan_search_index_options &options, freeze_plan_search_index_handler &&handler) constscope_search_index_manager
freeze_plan(std::string index_name, const freeze_plan_search_index_options &options={}) const -> std::future< error >scope_search_index_manager
get_all_indexes(const get_all_search_indexes_options &options, get_all_search_indexes_handler &&handler) constscope_search_index_manager
get_all_indexes(const get_all_search_indexes_options &options={}) const -> std::future< std::pair< error, std::vector< management::search::index > > >scope_search_index_manager
get_index(std::string index_name, const get_search_index_options &options, get_search_index_handler &&handler) constscope_search_index_manager
get_index(std::string index_name, const get_search_index_options &options={}) const -> std::future< std::pair< error, management::search::index > >scope_search_index_manager
get_indexed_documents_count(std::string index_name, const get_indexed_search_index_options &options, get_indexed_search_index_handler &&handler) constscope_search_index_manager
get_indexed_documents_count(std::string index_name, const get_indexed_search_index_options &options={}) const -> std::future< std::pair< error, std::uint64_t > >scope_search_index_manager
pause_ingest(std::string index_name, const pause_ingest_search_index_options &options, pause_ingest_search_index_handler &&handler) constscope_search_index_manager
pause_ingest(std::string index_name, const pause_ingest_search_index_options &options={}) const -> std::future< error >scope_search_index_manager
resume_ingest(std::string index_name, const resume_ingest_search_index_options &options, resume_ingest_search_index_handler &&handler) constscope_search_index_manager
resume_ingest(std::string index_name, const resume_ingest_search_index_options &options={}) const -> std::future< error >scope_search_index_manager
scopescope_search_index_managerfriend
unfreeze_plan(std::string index_name, const unfreeze_plan_search_index_options &options, unfreeze_plan_search_index_handler &&handler) constscope_search_index_manager
unfreeze_plan(std::string index_name, const unfreeze_plan_search_index_options &options={}) const -> std::future< error >scope_search_index_manager
upsert_index(const management::search::index &search_index, const upsert_search_index_options &options, upsert_search_index_handler &&handler) constscope_search_index_manager
upsert_index(const management::search::index &search_index, const upsert_search_index_options &options={}) const -> std::future< error >scope_search_index_manager