Save This Page
Home » lucene-2.3.2-src » org.apache » lucene » analysis » el » [javadoc | source]
org.apache.lucene.analysis.el
public final class: GreekAnalyzer [javadoc | source]
java.lang.Object
   org.apache.lucene.analysis.Analyzer
      org.apache.lucene.analysis.el.GreekAnalyzer
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.
Constructor:
 public GreekAnalyzer() 
 public GreekAnalyzer(char[] charset) 
 public GreekAnalyzer(char[] charset,
    String[] stopwords) 
    Builds an analyzer with the given stop words.
 public GreekAnalyzer(char[] charset,
    Hashtable stopwords) 
    Builds an analyzer with the given stop words.
Method from org.apache.lucene.analysis.el.GreekAnalyzer Summary:
tokenStream
Methods from org.apache.lucene.analysis.Analyzer:
getPositionIncrementGap,   getPreviousTokenStream,   reusableTokenStream,   setPreviousTokenStream,   tokenStream
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.lucene.analysis.el.GreekAnalyzer Detail:
 public TokenStream tokenStream(String fieldName,
    Reader reader) 
    Creates a TokenStream which tokenizes all the text in the provided Reader.