elasticsearch/docs/reference/index-modules
Jim Ferenczi f05af0a382 Enable index-time sorting (#24055)
This change adds an index setting to define how the documents should be sorted inside each Segment.
It allows any numeric, date, boolean or keyword field inside a mapping to be used to sort the index on disk.
It is not allowed to use a `nested` fields inside an index that defines an index sorting since `nested` fields relies on the original sort of the index.
This change does not add early termination capabilities in the search layer. This will be added in a follow up.

Relates #6720
2017-04-19 14:36:11 +02:00
..
allocation
allocation.asciidoc
analysis.asciidoc
index-sorting.asciidoc Enable index-time sorting (#24055) 2017-04-19 14:36:11 +02:00
mapper.asciidoc
merge.asciidoc
similarity.asciidoc Upgrade to a Lucene 7 snapshot (#24089) 2017-04-18 15:17:21 +02:00
slowlog.asciidoc Restores the original default format of search slow log 2016-12-09 12:38:28 -05:00
store.asciidoc Update store.asciidoc (#21353) 2016-11-05 14:58:16 +01:00
translog.asciidoc