C# Class Lucene.Net.Analysis.Sinks.TokenTypeSinkFilter

Inheritance: TeeSinkTokenFilter.SinkFilter
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
Accept ( Lucene.Net.Util.AttributeSource source ) : bool
TokenTypeSinkFilter ( string typeToMatch ) : Lucene.Net.Analysis.Tokenattributes

Method Details

Accept() public method

public Accept ( Lucene.Net.Util.AttributeSource source ) : bool
source Lucene.Net.Util.AttributeSource
return bool

TokenTypeSinkFilter() public method

public TokenTypeSinkFilter ( string typeToMatch ) : Lucene.Net.Analysis.Tokenattributes
typeToMatch string
return Lucene.Net.Analysis.Tokenattributes