On Tue, Mar 15, 2011 at 7:07 PM, cyang2010 <ysxsu...@hotmail.com> 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 analysis/snowball/* directly with Solr.
These files are not in a format that Solr understands... so you will
have to modify them (e.g. the comment character for solr is # not |,
and there can only be one word per line)

Reply via email to