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

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

Protected Methods

Method Description
SlowSynMatcher ( string doc, IList syns, int maxOutputLength ) : string

Private Methods

Method Description
Add ( string input, string output, bool keepOrig ) : void
AssertEquals ( CharTermAttribute term, string expected ) : void
GetRandomString ( char start, int alphabetSize, int length ) : string
PruneDups ( IList syns ) : void
RandomNonEmptyString ( ) : string
TestBasic ( ) : void
TestBasic2 ( ) : void
TestDoKeepOrig ( ) : void
TestDontKeepOrig ( ) : void
TestEmpty ( ) : void
TestEmptyTerm ( ) : void
TestIncludeOrig ( ) : void
TestMatching ( ) : void
TestMultiwordOffsets ( ) : void
TestOutputHangsOffEnd ( ) : void
TestRandom ( ) : void
TestRandom2 ( ) : void
TestRandom2GraphAfter ( ) : void
TestRandomHuge ( ) : void
TestRecursion ( ) : void
TestRecursion2 ( ) : void
TestRecursion3 ( ) : void
TestRecursion4 ( ) : void
TestRepeatsOff ( ) : void
TestRepeatsOn ( ) : void
TestVanishingTerms ( ) : void
Verify ( string input, string output ) : void

Method Details

SlowSynMatcher() protected method

protected SlowSynMatcher ( string doc, IList syns, int maxOutputLength ) : string
doc string
syns IList
maxOutputLength int
return string