public class ThaiAnalyzer extends TextAnalyzer
Note: checked for Lucene 2.9 compatibility.
SubtokenFilter| Constructor and Description |
|---|
ThaiAnalyzer(boolean indexing,
com.google.common.base.Function<org.apache.lucene.analysis.TokenStream,org.apache.lucene.analysis.TokenStream> stopWordFilter) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.Analyzer.TokenStreamComponents |
createComponents(String fieldName)
Creates a TokenStream which tokenizes all the text in the provided Reader.
|
isIndexing, wrapStreamForIndexing, wrapStreamForWilcardSearchSupportpublic ThaiAnalyzer(boolean indexing,
com.google.common.base.Function<org.apache.lucene.analysis.TokenStream,org.apache.lucene.analysis.TokenStream> stopWordFilter)
public final org.apache.lucene.analysis.Analyzer.TokenStreamComponents createComponents(String fieldName)
createComponents in class TextAnalyzerCopyright © 2002-2021 Atlassian. All Rights Reserved.