Difference between revisions of "Elasticsearch search context"
Jump to navigation
Jump to search
(8 intermediate revisions by 3 users not shown) | |||
Line 2: | Line 2: | ||
− | |||
− | |||
+ | To check how many search contexts are open with the nodes stats API: | ||
+ | <code>[[GET /_nodes/stats/indices/search]]</code> | ||
− | {{ES}} | + | == Related == |
+ | * <code>[[elasticsearch.exceptions.NotFoundError]]: NotFoundError(404, 'search_phase_execution_exception', '[[No search context found for id]] [65035]')</code> | ||
+ | |||
+ | == Activities == | ||
+ | * Read Keeping the search context alive: https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#scroll-search-context | ||
+ | |||
+ | == See also == | ||
+ | * {{ES}} | ||
+ | |||
+ | [[Category:ES]] |
Latest revision as of 10:24, 16 March 2023
To check how many search contexts are open with the nodes stats API:
GET /_nodes/stats/indices/search
Related[edit]
elasticsearch.exceptions.NotFoundError: NotFoundError(404, 'search_phase_execution_exception', 'No search context found for id [65035]')
Activities[edit]
- Read Keeping the search context alive: https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#scroll-search-context
See also[edit]
- Elasticsearch, installation, ELK, Elastic X-Pack,
elasticsearch.yml
, logs, ECK, Elasticsearch curl URLs, Elastisearch REST APIs,/_cat/, /_cluster/, /_xpack/
, QueryShardException, Elasticsearch index, ELK backup and restore,elasticsearch-cli
, Elasticsearch versions, ElasticSearch Snapshot Lifecycle Management (SLM), Low disk watermark, Elasticsearch storage, Elasticsearch users, Elasticsearch roles, search context, shards, Elastic Cloud, Elastic Licensing, ElasticSearch alerts, ESQL
Advertising: