summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/search/aggregations/pipeline
diff options
context:
space:
mode:
authorJim Ferenczi <jim.ferenczi@elastic.co>2017-04-19 14:36:11 +0200
committerGitHub <noreply@github.com>2017-04-19 14:36:11 +0200
commitf05af0a382a995cb254a851d2306f12c3da2cd1b (patch)
treee2de2b85f78e3ec6ef19e56145a727f12d1822b7 /core/src/main/java/org/elasticsearch/search/aggregations/pipeline
parentc0ac50eaa4015eaa37880915c82c71ad93bc8f7a (diff)
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
Diffstat (limited to 'core/src/main/java/org/elasticsearch/search/aggregations/pipeline')
0 files changed, 0 insertions, 0 deletions