Class ThaiWordFilter
TokenFilter that use BreakIterator to break each Token that is Thai into separate Token(s) for each Thai word.
Please note: Since matchVersion 3.1 on, this filter no longer lowercases non-thai text. ThaiAnalyzer will insert a LowerCaseFilter before this filter so the behaviour of the Analyzer does not change. With version 3.1, the filter handles position increments correctly.
Inherited Members
Assembly: Lucene.Net.ICU.dll
Syntax
public sealed class ThaiWordFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
ThaiWordFilter(LuceneVersion, TokenStream) | Creates a new ThaiWordFilter with the specified match version. |
Fields
Name | Description |
---|---|
DBBI_AVAILABLE | True if the JRE supports a working dictionary-based breakiterator for Thai. If this is false, this filter will not work at all! |
Methods
Name | Description |
---|---|
IncrementToken() | |
Reset() |