OpenSearch/docs/reference/index-modules
Jim Ferenczi 74473c1c3d Early termination with index sorting should not set terminated_early in the response (#26597)
Early termination with index sorting always return the best top N in the response but set the flag `terminated_early`
in the response. This can be confusing because we use the same flag for `terminate_after` which on the contrary returns partial results.
This change removes the flag when results are not partial (early termination due to index sorting) and keeps it only when `terminate_after` is used.

Closes #26408
2017-09-26 11:37:11 +02:00
..
allocation Fix some typos (#18746) 2016-06-07 16:41:39 +02:00
allocation.asciidoc Docs: Documented index prioritization 2015-07-15 18:05:42 +02:00
analysis.asciidoc Fixing typo 2015-10-26 16:48:20 -04:00
index-sorting.asciidoc Early termination with index sorting should not set terminated_early in the response (#26597) 2017-09-26 11:37:11 +02:00
mapper.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
merge.asciidoc Redocument the `index.merge.scheduler.max_thread_count` setting 2016-03-05 16:28:43 +01:00
similarity.asciidoc [Docs] Convert more doc snippets (#26404) 2017-08-30 09:30:36 +02:00
slowlog.asciidoc Restores the original default format of search slow log 2016-12-09 12:38:28 -05:00
store.asciidoc [Docs] Convert more doc snippets (#26404) 2017-08-30 09:30:36 +02:00
translog.asciidoc [Docs] Convert more doc snippets (#26404) 2017-08-30 09:30:36 +02:00