C# Class Lucene.Net.Index.TestDuelingCodecs

Inheritance: Lucene.Net.Util.LuceneTestCase
显示文件 Open project: apache/lucenenet

Public Methods

Method Description
CreateRandomIndex ( int numdocs, RandomIndexWriter writer, long seed ) : void

populates a writer with random stuff. this must be fully reproducable with the seed!

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestEquals ( ) : void

Method Details

CreateRandomIndex() public static method

populates a writer with random stuff. this must be fully reproducable with the seed!
public static CreateRandomIndex ( int numdocs, RandomIndexWriter writer, long seed ) : void
numdocs int
writer RandomIndexWriter
seed long
return void