org.apache.lucene.analysis.snowball
public class SnowballAnalyzer extends Analyzer
| Constructor Summary | |
|---|---|
| SnowballAnalyzer(String name) Builds the named analyzer with no stop words. | |
| SnowballAnalyzer(String name, String[] stopWords) Builds the named analyzer with the given stop words. | |
| Method Summary | |
|---|---|
| TokenStream | tokenStream(String fieldName, Reader reader) |