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

상속: BaseTokenStreamTestCase
파일 보기 프로젝트 열기: apache/lucenenet

비공개 메소드들

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