|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.analysis.Analyzer
org.apache.lucene.analysis.el.GreekAnalyzer
public final class 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 Summary | |
---|---|
GreekAnalyzer()
|
|
GreekAnalyzer(char[] charset)
Builds an analyzer. |
|
GreekAnalyzer(char[] charset,
Map stopwords)
Builds an analyzer with the given stop words. |
|
GreekAnalyzer(char[] charset,
String[] 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. |
Methods inherited from class org.apache.lucene.analysis.Analyzer |
---|
getPositionIncrementGap, getPreviousTokenStream, reusableTokenStream, setPreviousTokenStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GreekAnalyzer()
public GreekAnalyzer(char[] charset)
public GreekAnalyzer(char[] charset, String[] stopwords)
public GreekAnalyzer(char[] charset, Map stopwords)
Method Detail |
---|
public TokenStream tokenStream(String fieldName, Reader reader)
tokenStream
in class Analyzer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |