Hi,

If we can not analyse string field, is there any other way to apply case
insensitiveness.

Ex: I have a field called *make* its values are Toyota, Honda, Chery etc. In
Solr make data type is string and values are stored as they appear (Toyota,
Honda, Chery).

However, when user try to search for toyota (instead Toyota), Solr wont
fetch any result set as  it does not match the exact word Toyota.

I thought of applying LowerCaseFilterFactory at query level, but as its
string field, I won't be able to do that.

Is there any way, as I would like to search the user with case insensitive.?





--
View this message in context: 
http://lucene.472066.n3.nabble.com/Difference-between-textfield-and-strfield-tp3986916p4105095.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to