How to do case insensitive sort in ES 5.1+?

Hello, previously I used a text field with lowercase analyzer. This is no longer possible apparently as I get a field data warning. What is the best way to achieve this?

Thanks!

Right now there is no way to do this. We are looking into ways to apply simple filters to keywords. For instance if you were able to lowercase all values, then sorting would be case-insensitive. https://github.com/elastic/elasticsearch/issues/18064

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.