C# 클래스 Lucene.Net.Analysis.Synonym.TestSynonymMapFilter

상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

보호된 메소드들

메소드 설명
SlowSynMatcher ( string doc, IList syns, int maxOutputLength ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

SlowSynMatcher() 보호된 메소드

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