Oh, I see it's a separate distribution. Sorry!
-Original Message-
From: Eric Hamacher [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 24, 2008 9:34 AM
To: java-user@lucene.apache.org
Subject: SnowballFilter
Hello:
Is it my imagination, or did SnowballFilter disappear from 2.3.
Hello:
Is it my imagination, or did SnowballFilter disappear from 2.3.x? I am
looking through lucene-core-2.3.0.jar and lucene-core-2.3.2.jar and
cannot find it. If so, what replaced it?
Thanks
Regards,
Eric Hamacher
**
THIS EMAIL IS INTENDED ONLY
16 aug 2007 kl. 20.34 skrev Donna L Gresh:
Apologies if this is in the FAQ or elsewhere available but I could not
find this.
Can I provide a list of words that should *not* be stemmed by the
SnowballFilter?
If it is a static list, simply add it as an exception in the snowball
code and
e but I could not
> find this.
>
> Can I provide a list of words that should *not* be stemmed by the
> SnowballFilter? My analyzer looks like this:
>
> analyzer = new StandardAnalyzer(stopwords) {
> public TokenStream tokenStream(String fieldName, java.io.Reader
> reader
Apologies if this is in the FAQ or elsewhere available but I could not
find this.
Can I provide a list of words that should *not* be stemmed by the
SnowballFilter? My analyzer looks like this:
analyzer = new StandardAnalyzer(stopwords) {
public TokenStream tokenStream(String fieldName