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 result

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

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 b