On 2/2/07, Przemysław Brzozowski <[EMAIL PROTECTED]> wrote:

Does anyone know how to make string fields (solr.StrField) case
insensitive for searching?

Yep.  Switch it to a solr.TextField and use
solr.LowerCaseAnalyzerFactory.  StrField will not work for anything
other than exact matching.

-Mike

Reply via email to