Elasticsearch String sorting in Elasticsearch sidOctober 22, 2018October 22, 2018 We should not sort on analyzed text field instead we should sort on not_analyzed text field. Let's understand this with an example: Index some documents with a text field "name"....