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
allocation.asciidoc
analysis.asciidoc
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
merge.asciidoc
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