| java.lang.Object org.apache.lucene.analysis.Analyzer org.apache.lucene.analysis.el.GreekAnalyzer
GreekAnalyzer | final public class GreekAnalyzer extends Analyzer (Code) | | Analyzer for the Greek language. Supports an external list of stopwords (words
that will not be indexed at all).
A default set of stopwords is used unless an alternative list is specified.
author: Panagiotis Astithas, past@ebs.gr |
GreekAnalyzer | public GreekAnalyzer()(Code) | | |
GreekAnalyzer | public GreekAnalyzer(char[] charset)(Code) | | Builds an analyzer.
|
GreekAnalyzer | public GreekAnalyzer(char[] charset, String[] stopwords)(Code) | | Builds an analyzer with the given stop words.
|
GreekAnalyzer | public GreekAnalyzer(char[] charset, Hashtable stopwords)(Code) | | Builds an analyzer with the given stop words.
|
tokenStream | public TokenStream tokenStream(String fieldName, Reader reader)(Code) | | Creates a TokenStream which tokenizes all the text in the provided Reader.
A TokenStream build from a StandardTokenizer filtered withGreekLowerCaseFilter and StopFilter |
|
|