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

New WordDelimiterFilter tests... most of the tests are in ConvertedLegacyTest TODO: should explicitly test things like protWords and not rely on the factory tests in Solr.
Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
TestRandomStrings ( ) : void

blast some random strings through the analyzer

doSplit ( string input ) : void
doSplitPossessive ( int stemPossessive, string input ) : void

Private Methods

Method Description
TestEmptyTerm ( ) : void
TestLotsOfConcatenating ( ) : void
TestLotsOfConcatenating2 ( ) : void
TestOffsetChange ( ) : void
TestOffsetChange2 ( ) : void
TestOffsetChange3 ( ) : void
TestOffsetChange4 ( ) : void
TestOffsets ( ) : void
TestPositionIncrements ( ) : void
TestPossessives ( ) : void
TestRandomHugeStrings ( ) : void
TestSplits ( ) : void

Method Details

TestRandomStrings() public method

blast some random strings through the analyzer
public TestRandomStrings ( ) : void
return void

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