C# Class Lucene.Net.Analysis.Th.ThaiWordFilter

Inheritance: TokenFilter
Exibir arquivo Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
DBBI_AVAILABLE bool

Public Methods

Method Description
IncrementToken ( ) : bool
Reset ( ) : void
ThaiWordFilter ( LuceneVersion matchVersion, TokenStream input ) : ICU4NET

Creates a new ThaiWordFilter with the specified match version.

Method Details

IncrementToken() public method

public IncrementToken ( ) : bool
return bool

Reset() public method

public Reset ( ) : void
return void

ThaiWordFilter() public method

Creates a new ThaiWordFilter with the specified match version.
public ThaiWordFilter ( LuceneVersion matchVersion, TokenStream input ) : ICU4NET
matchVersion LuceneVersion
input TokenStream
return ICU4NET

Property Details

DBBI_AVAILABLE public_oe static_oe property

True if the JRE supports a working dictionary-based breakiterator for Thai. If this is false, this filter will not work at all!
public static bool DBBI_AVAILABLE
return bool