I resolved this kind of situations by a) while indexing converted to lower case 
in DIH and also converting free text keywords to lowercase in the client code 
before sending it to Solr.

pradeep.

--- On Mon, 12/7/09, insaneyogi3008 <insaney...@gmail.com> wrote:

> From: insaneyogi3008 <insaney...@gmail.com>
> Subject: Inconsistent Search Results for different flavors of same search term
> To: solr-dev@lucene.apache.org
> Date: Monday, December 7, 2009, 3:36 PM
> 
> Hello, 
> 
> I was performing a search on different versions of the term
> "San Jose" on my
> Solr Instance ,  the differing versions being :
> 
> san jose(all lowercase)
> San jose(One uppercase) 
> San Jose (Capital first letters)
> SAN JOSE (ALL Caps)
> 
> each of these phrases return a different number of "hits"
> back as response
> objects . for example
> 
> san jose returns -> <result name="response"
> numFound="0" start="0">
> San jose returns -><result name="response"
> numFound="4" start="0">
> San Jose returns -><result name="response"
> numFound="16" start="0">
> SAN JOSE returns -> <result name="response"
> numFound="853" start="0">
> 
> How do I make my search not case sensitive?
> -- 
> View this message in context: 
> http://old.nabble.com/Inconsistent-Search-Results-for-different-flavors-of-same-search-term-tp26686294p26686294.html
> Sent from the Solr - Dev mailing list archive at
> Nabble.com.
> 
>

Reply via email to