Re: How to disable Phonetic search

2011-06-29 Thread Mohammad Shariq
I was using SnowballPorterFilterFactory for stemming, and that stammer was stemming the words. I added the keyword "ansys" to file "protwords.txt". Now the stemming is not happening for "ansys" and Its OK now. On 29 June 2011 17:12, Ahmet Arslan wrote: > > I am using solr1.4 > > When I search

Re: How to disable Phonetic search

2011-06-29 Thread Ahmet Arslan
> I am using solr1.4 > When I search for keyword "ansys" I get lot of posts. > but when I search for "ansys NOT ansi" I get nothing. > I guess its because of Phonetic search, "ansys" is > converted into "ansi" ( > that is NOT keyword) and nothing returns. > > How to handle this kind of problem. F

How to disable Phonetic search

2011-06-29 Thread Mohammad Shariq
I am using solr1.4 When I search for keyword "ansys" I get lot of posts. but when I search for "ansys NOT ansi" I get nothing. I guess its because of Phonetic search, "ansys" is converted into "ansi" ( that is NOT keyword) and nothing returns. How to handle this kind of problem. -- Thanks and Re