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
> 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
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