C# Class Lucene.Net.Index.BasePostingsFormatTestCase.TestThread

Inheritance: Lucene.Net.Support.ThreadClass
Exibir arquivo Open project: apache/lucenenet

Public Methods

Method Description
Run ( ) : void
TestThread ( BasePostingsFormatTestCase testCase, Fields fieldsSource, ISet options, Lucene.Net.Index.FieldInfo maxTestOptions, Lucene.Net.Index.FieldInfo maxIndexOptions, bool alwaysTestMax ) : Lucene.Net.Documents

Method Details

Run() public method

public Run ( ) : void
return void

TestThread() public method

public TestThread ( BasePostingsFormatTestCase testCase, Fields fieldsSource, ISet options, Lucene.Net.Index.FieldInfo maxTestOptions, Lucene.Net.Index.FieldInfo maxIndexOptions, bool alwaysTestMax ) : Lucene.Net.Documents
testCase BasePostingsFormatTestCase
fieldsSource Fields
options ISet
maxTestOptions Lucene.Net.Index.FieldInfo
maxIndexOptions Lucene.Net.Index.FieldInfo
alwaysTestMax bool
return Lucene.Net.Documents