You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by jayanta sahoo <js...@gmail.com> on 2011/11/14 14:24:12 UTC

Casesensitive search problem

Hi,
Whenever I am searching with the words "OfficeJet" or "officejet" or
"Officejet" or "oFiiIcejET". I am getting the different results for each
search respectively. I am not able to understand why this is happening?
   I want to solve this problem such a way that search will become case
insensitive and I will get same result for any combination of capital and
small letters.

-- 
Jayanta Sahoo

Re: Casesensitive search problem

Posted by Ahmet Arslan <io...@yahoo.com>.
> HI,
> Even if i have used all the posibility way like <filter
> class="solr.LowerCaseFilterFactory"/> still i am getting
> same problrm.If
> anyone facedĀ  before same problemĀ  please let me
> know how you have solved.

WordDelimeterFilterFactory with split on change case setting may cause this. It will be better if you provide your full field type definition.

Re: Casesensitive search problem

Posted by "jsahoo1980@gmail.com" <js...@gmail.com>.
HI,
Even if i have used all the posibility way like <filter
class="solr.LowerCaseFilterFactory"/> still i am getting same problrm.If
anyone faced  before same problem  please let me know how you have solved.

--
View this message in context: http://lucene.472066.n3.nabble.com/Casesensitive-search-problem-tp3506883p3508765.html
Sent from the Solr - User mailing list archive at Nabble.com.

Re: Casesensitive search problem

Posted by Parvin Gasimzade <pa...@gmail.com>.
Check this :
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.LowerCaseFilterFactory

On Mon, Nov 14, 2011 at 3:24 PM, jayanta sahoo <js...@gmail.com> wrote:

> Hi,
> Whenever I am searching with the words "OfficeJet" or "officejet" or
> "Officejet" or "oFiiIcejET". I am getting the different results for each
> search respectively. I am not able to understand why this is happening?
>   I want to solve this problem such a way that search will become case
> insensitive and I will get same result for any combination of capital and
> small letters.
>
> --
> Jayanta Sahoo
>