Class ThaiWordFilter
TokenFilter that use
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.
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Th
Assembly: Lucene.Net.ICU.dll
Syntax
public sealed class ThaiWordFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceThaiWordFilter(LuceneVersion, TokenStream)
Creates a new ThaiWordFilter with the specified match version.
Declaration
public ThaiWordFilter(LuceneVersion matchVersion, TokenStream input)
Parameters
Type | Name | Description |
---|---|---|
LuceneVersion | matchVersion | |
TokenStream | input |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
| Improve this Doc View SourceReset()
Declaration
public override void Reset()
Overrides
Implements
IDisposable