C# Class Lucene.Net.Analysis.Synonym.TestSlowSynonymFilter

Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: apache/lucenenet

Private Methods

Method Description
AssertTokenizesTo ( SlowSynonymMap dict, IList input, string expected, int posIncs ) : void
AssertTokenizesTo ( SlowSynonymMap dict, IList input, string expected, int startOffsets, int endOffsets, int posIncs ) : void
AssertTokenizesTo ( SlowSynonymMap dict, string input, string expected ) : void
AssertTokenizesTo ( SlowSynonymMap dict, string input, string expected, int posIncs ) : void
Strings ( string str ) : IList
TestIncludeOrig ( ) : void
TestMapMerge ( ) : void
TestMatching ( ) : void
TestOffsetBug ( ) : void
TestOverlap ( ) : void
TestPositionIncrements ( ) : void
TestPositionIncrementsWithOrig ( ) : void
Tokens ( string str ) : IList