> Hello, I am using solr search. my
> search field contains both "diamond" and
> "Diamond". 
> But when i search for Diamond/diamond it gives me correct
> results. But when
> i search for Diamond*/diamond*, I get result for diamond*
> but no results
> found for Diamond* . although i have appliedĀ 
> <filter
> class="solr.LowerCaseFilterFactory"/>.
> 
> would you please suggest me what can be the issue.

Please see the explanation on wiki about this issue.

http://wiki.apache.org/lucene-java/LuceneFAQ#Are_Wildcard.2C_Prefix.2C_and_Fuzzy_queries_case_sensitive.3F

Reply via email to