I\'ve a problem in SOLR Search. I have a data like this:
I use solr a
I have used something like this ... In schema.xml i 've put a new fieldType
Assign the new type to the field that you want to make it case & whitespace insensitive Then you have to construct the solr query in the form : fieldName:(*fieldValue\ *)
fieldName:(*fieldValue\ *)