RE: question on solr.ASCIIFoldingFilterFactory

2011-08-03 Thread cquezel
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

RE: question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread Nemani, Raj
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

RE: question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread lboutros
this analyzer seems to work : I used Spanish stemming, put the ASCIIFoldingFilterFactory before the stemming filter and added it in the que

RE: question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread lboutros
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

Re: question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread Markus Jelsma
/> > > generateWordParts="1" generateNumberParts="1" catenateWords="0" > catenateNumbers="0" catenateAll="0" splitOnCaseChange="1"/> > > > > protected="protwords.txt"/> >

RE: question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread Nemani, Raj
? --- 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

RE: question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread Steven A Rowe
; To: solr-user@lucene.apache.org > Subject: Re: question on solr.ASCIIFoldingFilterFactory > > 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

Re: question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread lboutros
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

Re: question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread Ben Davies
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

question on solr.ASCIIFoldingFilterFactory

2011-04-05 Thread Nemani, Raj
All, I am using solr.ASCIIFoldingFilterFactory to perform accent insensitive search. One of the words that got indexed as part my indexing process is "después". Having used the ASCIIFoldingFilterFactory,I expected that If I searched for word "despues" I should have the document containing the