No, there's no simpler thing to do here.   When a StrField is indexed, it is 
indexed as-is, CaseAndAll.   Unless you're using fuzzy/regex/multi-term 
queries, the terms have to be exact.  

I suppose you could do some kind of regex query: q=field:/[Ff][Oo][Oo]/ , maybe?

        Erik

On Nov 29, 2013, at 7:00 AM, michallos <michal.ware...@gmail.com> wrote:

> Unfortunately indexing takes more than 3 days (hundreds of millions of
> documents) so it is impossible to do that right now. Any other ideas to do
> simple .toLowerCase() on one field?
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Lowercase-field-tp4103848p4103866.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to