C# Class Lucene.Net.Analysis.Miscellaneous.TestLucene47WordDelimiterFilter

Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
DoSplit ( string input ) : void
DoSplitPossessive ( int stemPossessive, string input ) : void

Private Methods

Method Description
TestEmptyTerm ( ) : void
TestOffsetChange ( ) : void
TestOffsetChange2 ( ) : void
TestOffsetChange3 ( ) : void
TestOffsetChange4 ( ) : void
TestOffsets ( ) : void
TestPositionIncrements ( ) : void
TestPossessives ( ) : void
TestRandomStrings ( ) : void
TestSplits ( ) : void

Method Details

DoSplit() public method

public DoSplit ( string input ) : void
input string
return void

DoSplitPossessive() public method

public DoSplitPossessive ( int stemPossessive, string input ) : void
stemPossessive int
input string
return void