Hi, in my opinion your system locales have nothing to do with the analyzers that you want to apply. I would not rely on system locales as that makes application very unportable.
Regarding any other way - there are none. You may apply regex query and create custom queries, but not dynamically refer to fields, because you may easily do it by hand (as you said by brute force, but you are only limited by max number of clauses in BooleanQuery). MW On Mon, Sep 26, 2016 at 4:10 AM, lukes <mail2lok...@gmail.com> wrote: > 1 more question :). Are numbers analyzed ? Like IntField, LongField, etc. ? > > Regards. > > > > -- > View this message in context: http://lucene.472066.n3. > nabble.com/Handling-multiple-locale-tp4297805p4297949.html > Sent from the Lucene - Java Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >