public final class GreekAnalyzer extends Analyzer
Constructor and Description |
---|
GreekAnalyzer() |
GreekAnalyzer(char[] charset)
Builds an analyzer.
|
GreekAnalyzer(char[] charset,
Hashtable stopwords)
Builds an analyzer with the given stop words.
|
GreekAnalyzer(char[] charset,
String[] stopwords)
Builds an analyzer with the given stop words.
|
Modifier and Type | Method and Description |
---|---|
TokenStream |
tokenStream(String fieldName,
Reader reader)
Creates a TokenStream which tokenizes all the text in the provided Reader.
|
getPositionIncrementGap, tokenStream
public GreekAnalyzer()
public GreekAnalyzer(char[] charset)
public GreekAnalyzer(char[] charset, String[] stopwords)
public GreekAnalyzer(char[] charset, Hashtable stopwords)
public TokenStream tokenStream(String fieldName, Reader reader)
tokenStream
in class Analyzer
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.