Hi Hugues, For now the work-around would indeed be to do the work on client-side before the data gets into elasticsearch (or potentially using the _source transform[1] feature).
[1] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-transform.html On Tue, Oct 7, 2014 at 9:19 AM, Hugues Malphettes <[email protected]> wrote: > Hi everyone, > > Case insensitive sort is elegantly supported by using a custom analyzer > [1]. > `doc values` are documented as a great fit for sorting [2] to save heap > memory. > > However doc values are not support for analyzed strings at the moment. > > Are we planning to support doc values for analyzers that emit a single > token per string? > Is it worth it to have the ES client do the lower-casing and collation > itself? > > Thanks! > Hugues > > [1] > http://www.elasticsearch.org/guide/en/elasticsearch/guide/current/sorting-collations.html#case-insensitive-sorting > [2] http://www.elasticsearch.org/blog/elasticsearch-1-4-0-beta-released/ > > -- > You received this message because you are subscribed to the Google Groups > "elasticsearch" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/elasticsearch/4095e5b7-1fb4-477a-b27f-3e4519ab9000%40googlegroups.com > <https://groups.google.com/d/msgid/elasticsearch/4095e5b7-1fb4-477a-b27f-3e4519ab9000%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Adrien Grand -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAL6Z4j7-6D%2BC-mZyxDsHSey%2BQwbwJ0bLW6OH2BCCRqQsXv1VXw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
