C# 클래스 Lucene.Net.Analysis.Miscellaneous.TestRemoveDuplicatesTokenFilter

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

공개 메소드들

메소드 설명
TestDups ( string expected ) : void
Tok ( int pos, string t ) : Lucene.Net.Analysis.Token
Tok ( int pos, string t, int start, int end ) : Lucene.Net.Analysis.Token

비공개 메소드들

메소드 설명
Add ( SynonymMap b, string input, string output, bool keepOrig ) : void
RandomNonEmptyString ( ) : string
TestComplexDups ( ) : void
TestEmptyTerm ( ) : void
TestNoDups ( ) : void
TestRandomStrings ( ) : void
TestSimpleDups ( ) : void

메소드 상세

TestDups() 공개 메소드

public TestDups ( string expected ) : void
expected string
리턴 void

Tok() 공개 정적인 메소드

public static Tok ( int pos, string t ) : Lucene.Net.Analysis.Token
pos int
t string
리턴 Lucene.Net.Analysis.Token

Tok() 공개 정적인 메소드

public static Tok ( int pos, string t, int start, int end ) : Lucene.Net.Analysis.Token
pos int
t string
start int
end int
리턴 Lucene.Net.Analysis.Token