Hello,
Since version 6.0 there was added a feature "Index Sorting":
https://www.elastic.co/guide/en/elasticsearch/reference/master/index-modules-index-sorting.html
Is there a possibility to check what fields are used for index sorting?
When I try to check my index:
curl -X GET "192.168.56.50:9200/myindex" | python -m json.tool
There is no index.sort options available in the output even so the index was created with sorting.
Best regards