Open thomasduenser opened 8 years ago
The sorting of the fields doesn't work as expected. Seems like the mapping of the indexed fields should look like followed:
"type" : "string", "index": "not_analyzed"
Further information can be found on the elasticsearch documentation: https://www.elastic.co/guide/en/elasticsearch/guide/current/mapping-intro.html https://www.elastic.co/guide/en/elasticsearch/guide/current/_sorting.html
The sorting of the fields doesn't work as expected. Seems like the mapping of the indexed fields should look like followed:
Further information can be found on the elasticsearch documentation: https://www.elastic.co/guide/en/elasticsearch/guide/current/mapping-intro.html https://www.elastic.co/guide/en/elasticsearch/guide/current/_sorting.html