Re: stopFilterFactor and SnowballPorterFilterFactory not work for Spanish

2011-03-15 Thread cyang2010
I just tried with some real spanish text: "Alquileres" --> = org.apache.solr.analysis.LowerCaseFilterFactory {} term position 1 term text alquileres term type word source start,end4,14 payload

Re: stopFilterFactor and SnowballPorterFilterFactory not work for Spanish

2011-03-15 Thread cyang2010
Sorry Robert. I just use some text translated by someone. Maybe that translation is not right. Could you please give me a spanish term which i can show the spanish stemming factory is working? Thanks, cyang -- View this message in context: http://lucene.472066.n3.nabble.com/stopFilterFactor

Re: stopFilterFactor and SnowballPorterFilterFactory not work for Spanish

2011-03-15 Thread Robert Muir
On Tue, Mar 15, 2011 at 8:50 PM, cyang2010 wrote: > Robert, > > Thanks for your advice.  I modified my stopword text file.  Now the > stopwordFilter start to work. > > But the stemming related filter (SnowballPorterFilterFactory-- spanish) > still not working.  Anyone have any idea on that? > how

Re: stopFilterFactor and SnowballPorterFilterFactory not work for Spanish

2011-03-15 Thread cyang2010
Robert, Thanks for your advice. I modified my stopword text file. Now the stopwordFilter start to work. But the stemming related filter (SnowballPorterFilterFactory-- spanish) still not working. Anyone have any idea on that? Thanks, cyang -- View this message in context: http://lucene.472

Re: stopFilterFactor and SnowballPorterFilterFactory not work for Spanish

2011-03-15 Thread Robert Muir
On Tue, Mar 15, 2011 at 7:07 PM, cyang2010 wrote: > I just copied the text from this URL to form my stopwords_es.txt: > > http://svn.apache.org/repos/asf/lucene/dev/trunk/modules/analysis/common/src/resources/org/apache/lucene/analysis/snowball/spanish_stop.txt > you cannot use the files from an