Hey guys,

I just realized that for query_string_queries, range query terms are not 
analyzed.

Our index is configured with fields to allow sorting with ICU collation:

"sort_range_analyzer" : {
    "type" : "custom",
    "tokenizer" : "whitespace",
    "filter" : ["lowercase", "en_stop", "icu_en_collator"]
},


We want to allow our client to query for a range within this field using a 
query like:


"query" : { "range" : { "field.range" : { "gte" : "a", "lte" : "b" }}},



Is this possible?

-- 
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/2314572e-6431-413c-9114-8ae5b7f859ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to