lboutros wrote:
>
> I used Spanish stemming, put the ASCIIFoldingFilterFactory before the
> stemming filter and added it in the query part too.
>
> Ludovic.
>
My experiments with french stemmer does not yield good results with this
order. Applying the ASCIIFoldingFilterFactory before stemming
Thank you so much. I will give this a try. Thanks again everybody for
your help
Raj
-Original Message-
From: lboutros [mailto:boutr...@gmail.com]
Sent: Tuesday, April 05, 2011 2:28 PM
To: solr-user@lucene.apache.org
Subject: RE: question on solr.ASCIIFoldingFilterFactory
this
this analyzer seems to work :
I used Spanish stemming, put the ASCIIFoldingFilterFactory before the
stemming filter and added it in the que
Your analyzer contains these two filters :
before :
So two things :
The words you are testing are not english words (no ?), so the stemming will
have strange behavior.
If you really want to remove accents, try to put the
ASCIIFoldingFilterFactory before the two others.
Ludovic.
-
Jo
/>
>
> generateWordParts="1" generateNumberParts="1" catenateWords="0"
> catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/>
>
>
>
> protected="protwords.txt"/>
>
?
---
From: Steven A Rowe [mailto:sar...@syr.edu]
Sent: Tuesday, April 05, 2011 12:28 PM
To: solr-user@lucene.apache.org
Subject: RE: question on
Att = filter.getAttribute(CharTermAttribute.class);
assertTermEquals("despues", filter, termAtt);
assertTermEquals("Imagenes", filter, termAtt);
}
Steve
> -Original Message-
> From: lboutros [mailto:boutr...@gmail.com]
> Sent: Tuesday, April 05, 2011 12:18 PM
>
Is there any Stemming configured in for this field in your schema
configuration file ?
Ludovic.
2011/4/5 Nemani, Raj [via Lucene] <
ml-node+2780463-48954297-383...@n3.nabble.com>
> All,
>
> I am using solr.ASCIIFoldingFilterFactory to perform accent insensitive
> search. One of the words that g
I can't remember where I read it, but I think MappingCharFilterFactory is
prefered.
There is an example in the example schema.
>From this, I get:
org.apache.solr.analysis.MappingCharFilterFactory
{mapping=mapping-ISOLatin1Accent.txt}
|text|despues|
On Tue, Apr 5, 2011 at 5:06 PM, Nemani, Raj