Re: Casesensitive search problem

2011-11-15 Thread Ahmet Arslan
> HI,
> Even if i have used all the posibility way like  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

2011-11-14 Thread jsahoo1...@gmail.com
HI,
Even if i have used all the posibility way like  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

2011-11-14 Thread Parvin Gasimzade
Check this :
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.LowerCaseFilterFactory

On Mon, Nov 14, 2011 at 3:24 PM, jayanta sahoo  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
>


Casesensitive search problem

2011-11-14 Thread jayanta sahoo
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