C# Class Lucene.Net.Index.TestPostingsOffsets

Inheritance: LuceneTestCase
Show file Open project: apache/lucenenet

Public Methods

Method Description
DoTestNumbers ( bool withPayloads ) : void

Private Methods

Method Description
CheckTokens ( Token tokens ) : void
MakeToken ( string text, int posIncr, int startOffset, int endOffset ) : Token
SetUp ( ) : void
TestAddFieldTwice ( ) : void
TestBackwardsOffsets ( ) : void
TestBasic ( ) : void
TestIllegalOffsets ( ) : void
TestLegalbutVeryLargeOffsets ( ) : void
TestNegativeOffsets ( ) : void
TestPayloads ( ) : void
TestRandom ( ) : void
TestSkipping ( ) : void
TestStackedTokens ( ) : void
TestWithUnindexedFields ( ) : void

Method Details

DoTestNumbers() public method

public DoTestNumbers ( bool withPayloads ) : void
withPayloads bool
return void