Couchbase C++ SDK 1.0.2 (rev. 51f4775)
|
This is the complete list of members for 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) const | search_index_manager | |
allow_querying(std::string index_name, const allow_querying_search_index_options &options={}) const -> std::future< error > | search_index_manager | |
analyze_document(std::string index_name, Document document, const analyze_document_options &options, analyze_document_handler &&handler) const | search_index_manager | inline |
analyze_document(std::string index_name, Document document, const analyze_document_options &options={}) const -> std::future< std::pair< error, std::vector< std::string > > > | search_index_manager | inline |
analyze_document(std::string index_name, std::string document, const analyze_document_options &options, analyze_document_handler &&handler) const | 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 > > > | search_index_manager | |
cluster class | search_index_manager | friend |
disallow_querying(std::string index_name, const disallow_querying_search_index_options &options, disallow_querying_search_index_handler &&handler) const | search_index_manager | |
disallow_querying(std::string index_name, const disallow_querying_search_index_options &options={}) const -> std::future< error > | search_index_manager | |
drop_index(std::string index_name, const drop_search_index_options &options, drop_search_index_handler &&handler) const | search_index_manager | |
drop_index(std::string index_name, const drop_search_index_options &options={}) const -> std::future< error > | search_index_manager | |
freeze_plan(std::string index_name, const freeze_plan_search_index_options &options, freeze_plan_search_index_handler &&handler) const | search_index_manager | |
freeze_plan(std::string index_name, const freeze_plan_search_index_options &options={}) const -> std::future< error > | search_index_manager | |
get_all_indexes(const get_all_search_indexes_options &options, get_all_search_indexes_handler &&handler) const | search_index_manager | |
get_all_indexes(const get_all_search_indexes_options &options={}) const -> std::future< std::pair< error, std::vector< management::search::index > > > | search_index_manager | |
get_index(std::string index_name, const get_search_index_options &options, get_search_index_handler &&handler) const | search_index_manager | |
get_index(std::string index_name, const get_search_index_options &options={}) const -> std::future< std::pair< error, management::search::index > > | search_index_manager | |
get_indexed_documents_count(std::string index_name, const get_indexed_search_index_options &options, get_indexed_search_index_handler &&handler) const | 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 > > | search_index_manager | |
pause_ingest(std::string index_name, const pause_ingest_search_index_options &options, pause_ingest_search_index_handler &&handler) const | search_index_manager | |
pause_ingest(std::string index_name, const pause_ingest_search_index_options &options={}) const -> std::future< error > | search_index_manager | |
resume_ingest(std::string index_name, const resume_ingest_search_index_options &options, resume_ingest_search_index_handler &&handler) const | search_index_manager | |
resume_ingest(std::string index_name, const resume_ingest_search_index_options &options={}) const -> std::future< error > | search_index_manager | |
unfreeze_plan(std::string index_name, const unfreeze_plan_search_index_options &options, unfreeze_plan_search_index_handler &&handler) const | search_index_manager | |
unfreeze_plan(std::string index_name, const unfreeze_plan_search_index_options &options={}) const -> std::future< error > | search_index_manager | |
upsert_index(const management::search::index &search_index, const upsert_search_index_options &options, upsert_search_index_handler &&handler) const | search_index_manager | |
upsert_index(const management::search::index &search_index, const upsert_search_index_options &options={}) const -> std::future< error > | search_index_manager |