Re: FieldName as case insenstive

2017-03-05 Thread Mikhail Khludnev
t; > Thanks and Regards, > Preeti Bhat > > From: Preeti Bhat > Sent: Friday, March 03, 2017 2:47 PM > To: solr-user > Subject: FieldName as case insenstive > > Hi All, > > I have a field named "CompanyName" in one of my collection. When I try to > searc

RE: FieldName as case insenstive

2017-03-05 Thread Preeti Bhat
Hi All, Did anyone get a chance to look at this? Thanks and Regards, Preeti Bhat From: Preeti Bhat Sent: Friday, March 03, 2017 2:47 PM To: solr-user Subject: FieldName as case insenstive Hi All, I have a field named "CompanyName" in one of my collection. When I try

FieldName as case insenstive

2017-03-03 Thread Preeti Bhat
Hi All, I have a field named "CompanyName" in one of my collection. When I try to search CompanyName:xyz or CompanyName:XYZ it gives me results. But when I try companyname:xyz then the result fails. Is there a way to ensure that fieldname in solr is case insensitive as the client is going to pa