C# Class Lucene.Net.Search.TestMultiThreadTermVectors

Inheritance: Lucene.Net.Util.LuceneTestCase
ファイルを表示 Open project: synhershko/lucene.net

Public Properties

Property Type Description
numDocs int
numThreads int

Public Methods

Method Description
TestTermPositionVectors ( IndexReader reader, int threadCount ) : void

Private Methods

Method Description
SetUp ( ) : void
Test ( ) : void

Method Details

TestTermPositionVectors() public method

public TestTermPositionVectors ( IndexReader reader, int threadCount ) : void
reader Lucene.Net.Index.IndexReader
threadCount int
return void

Property Details

numDocs public_oe property

public int numDocs
return int

numThreads public_oe property

public int numThreads
return int