C# Class Lucene.Net.Analyzers.Cjk.TestCJKTokenizer

Inheritance: BaseTokenStreamTestCase
Datei anzeigen Open project: synhershko/lucene.net

Public Methods

Method Description
CheckCjkToken ( String str, TestToken out_tokens ) : void
CheckCjkTokenReusable ( Analyzer a, String str, TestToken out_tokens ) : void
NewToken ( String termText, int start, int end, int type ) : TestToken

Private Methods

Method Description
TestC ( ) : void
TestFinalOffset ( ) : void
TestFullWidth ( ) : void
TestJa1 ( ) : void
TestJa2 ( ) : void
TestMix ( ) : void
TestMix2 ( ) : void
TestNonIdeographic ( ) : void
TestNonIdeographicNonLetter ( ) : void
TestReusableTokenStream ( ) : void
TestSingleChar ( ) : void
TestTokenStream ( ) : void

Method Details

CheckCjkToken() public method

public CheckCjkToken ( String str, TestToken out_tokens ) : void
str String
out_tokens Lucene.Net.Analysis.TestToken
return void

CheckCjkTokenReusable() public method

public CheckCjkTokenReusable ( Analyzer a, String str, TestToken out_tokens ) : void
a Lucene.Net.Analysis.Analyzer
str String
out_tokens Lucene.Net.Analysis.TestToken
return void

NewToken() public method

public NewToken ( String termText, int start, int end, int type ) : TestToken
termText String
start int
end int
type int
return Lucene.Net.Analysis.TestToken