Hi Mahendra, Please direct usage questions to the solr-user mailing list.
As for your problem, if you want case-sensitive search, you don't need to lowercase tokens on indexing or querying. Remove the LowerCaseFilterFactory altogether for that field. On Sat, Sep 20, 2008 at 5:56 AM, mahendra mahendra < [EMAIL PROTECTED]> wrote: > Hi Guys, > > Could you please tell me how I can configure for case sensitive searching? > > The following ways are not working > <tokenizer class="solr.LowerCaseTokenizerFactory"/> or > <filter class="solr.LowerCaseFilterFactory"/> > > I would appreciate for any help!! > > > Thanks & Regards, > Mahendra > > > -- Regards, Shalin Shekhar Mangar.
