public class ThaiLuceneAnalyzer 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 |
---|
ThaiLuceneAnalyzer() |
Modifier and Type | Method and Description |
---|---|
org.apache.lucene.analysis.TokenStream |
reusableTokenStream(String fieldName,
Reader reader) |
org.apache.lucene.analysis.TokenStream |
tokenStream(String fieldName,
Reader reader) |
getBook, getDoStopWords, setBook, setDoStemming, setDoStopWords, setStopWords
public org.apache.lucene.analysis.TokenStream tokenStream(String fieldName, Reader reader)
tokenStream
in class org.apache.lucene.analysis.Analyzer
public org.apache.lucene.analysis.TokenStream reusableTokenStream(String fieldName, Reader reader) throws IOException
reusableTokenStream
in class org.apache.lucene.analysis.Analyzer
IOException