Hi, I am using a string filed with below configuration.
<fieldType name="cat_string" class="solr.StrField" sortMissingLast="true" omitNorms="true"> <analyzer> <tokenizer class="solr.KeywordTokenizerFactory"/> <filter class="solr.LowerCaseFilterFactory"/> </analyzer> </fieldType> One of the filed is using the fields type as "cat_string". I am using this as facet and i am searching on that field .While searching i need case insensitive search. Let us say cat:"Games" or cat:"games" should give same results. But with above configuration i am not getting any results.Can anybody has idea. Regards, Siva -- View this message in context: http://lucene.472066.n3.nabble.com/String-field-with-lower-case-filter-tp1930941p1930941.html Sent from the Solr - User mailing list archive at Nabble.com.