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
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
TestRandomStrings ( ) : void

blast some random strings through the analyzer

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

Private Methods

Méthode 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 méthode

blast some random strings through the analyzer
public TestRandomStrings ( ) : void
Résultat void

doSplit() public méthode

public doSplit ( string input ) : void
input string
Résultat void

doSplitPossessive() public méthode

public doSplitPossessive ( int stemPossessive, string input ) : void
stemPossessive int
input string
Résultat void