Difference between revisions of "Elasticsearch search context"

From wikieduonline
Jump to navigation Jump to search
 
(8 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
  
* Read Keeping the search context alive:
 
https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#scroll-search-context
 
  
  
  
 +
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

Advertising: