We have a use case to support case insensitive sort on certain fields of keyword type. It seems the general practice is to use normalizer on keyword fields. However, a coworker is concerned that, per ElasticSearch online documentation, normalized is a beta feature and subject to change, and so should be avoided.
My questions are:
- Will support for normalizer leave the beta status and become a GA feature in a near future release?
- If normalizer is not used, what's the alternative to support case-insensitive search/sort on a keyword field?