cancel
Showing results for 
Search instead for 
Did you mean: 

Is Alfresco Solr search case sensitive

jjacobwip
Champ in-the-making
Champ in-the-making
Hi,

Is Alfresco Solr Search Case Sensitive? While doing a search from Share, we are getting different results when the keyword is in different cases.

For e.g - searching for 'InstantID' returns 9 results and searching for 'instantid' returns 7 results.

I read other posts on Lucene case sensitivity but not sure about Solr. How to make the search case insensitive on Solr?

We are on Alfresco 4.0.1

Thanks
1 REPLY 1

jjacobwip
Champ in-the-making
Champ in-the-making
Based on the below SO thread, I changed the order of the filter in Solr schema.xml and now the search seems to be case insensitive. But I do not have a way to confirm that it because of this change that it is working. I'll monitor it for some time and update the thread. In the meantime, if anybody else have any other solution, please let me know. 

http://stackoverflow.com/questions/12071164/solr-case-insensitive-search-do-not-work

Moved
 <filter class="org.apache.solr.analysis.LowerCaseFilterFactory" /> before <filter class="org.apache.solr.analysis.WordDelimiterFilterFactory"