C# Class Lucene.Net.Analysis.Ngram.NGramTokenFilterTest

Tests NGramTokenFilter for correctness.
Inheritance: BaseTokenStreamTestCase
Show file Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
SetUp ( ) : void

Private Methods

Method Description
TestBigrams ( ) : void
TestEmptyTerm ( ) : void
TestInvalidInput ( ) : void
TestInvalidInput2 ( ) : void
TestInvalidOffsets ( ) : void
TestLucene43 ( ) : void
TestNgrams ( ) : void
TestNgramsNoIncrement ( ) : void
TestOversizedNgrams ( ) : void
TestRandomStrings ( ) : void
TestReset ( ) : void
TestSmallTokenInStream ( ) : void
TestSupplementaryCharacters ( ) : void
TestUnigrams ( ) : void

Method Details

SetUp() public method

public SetUp ( ) : void
return void