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

Inheritance: BaseTokenStreamTestCase
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
DoSplit ( string input ) : void
DoSplitPossessive ( int stemPossessive, string input ) : void

Private Methods

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