public class GreekLuceneAnalyzer extends AbstractBookAnalyzer
The GNU Lesser General Public License for details.| Modifier and Type | Field and Description |
|---|---|
private org.apache.lucene.util.Version |
matchVersion |
book, doStemming, doStopWords, stopSet| Constructor and Description |
|---|
GreekLuceneAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.TokenStream |
reusableTokenStream(String fieldName,
Reader reader)
Returns a (possibly reused)
TokenStream which tokenizes all the text
in the provided Reader. |
org.apache.lucene.analysis.TokenStream |
tokenStream(String fieldName,
Reader reader)
Creates a
TokenStream which tokenizes all the text in the provided Reader. |
getBook, getDoStopWords, setBook, setDoStemming, setDoStopWords, setStopWordspublic org.apache.lucene.analysis.TokenStream tokenStream(String fieldName, Reader reader)
TokenStream which tokenizes all the text in the provided Reader.tokenStream in class org.apache.lucene.analysis.AnalyzerTokenStream built from a StandardTokenizer filtered with
GreekLowerCaseFilter and StopFilterpublic org.apache.lucene.analysis.TokenStream reusableTokenStream(String fieldName, Reader reader) throws IOException
TokenStream which tokenizes all the text
in the provided Reader.reusableTokenStream in class org.apache.lucene.analysis.AnalyzerTokenStream built from a StandardTokenizer filtered with
GreekLowerCaseFilter and StopFilterIOException