org.apache.lucene.analysis.el
public final class GreekAnalyzer extends Analyzer
Constructor Summary | |
---|---|
GreekAnalyzer() | |
GreekAnalyzer(char[] charset)
Builds an analyzer. | |
GreekAnalyzer(char[] charset, String[] stopwords)
Builds an analyzer with the given stop words. | |
GreekAnalyzer(char[] charset, Hashtable stopwords)
Builds an analyzer with the given stop words. |
Method Summary | |
---|---|
TokenStream | tokenStream(String fieldName, Reader reader)
Creates a TokenStream which tokenizes all the text in the provided Reader.
|
Returns: A TokenStream build from a StandardTokenizer filtered with GreekLowerCaseFilter and StopFilter