C# Class Lucene.Net.Search.TestMultiThreadTermVectors

Inheritance: Lucene.Net.Util.LuceneTestCase
Afficher le fichier Open project: synhershko/lucene.net

Méthodes publiques

Свойство Type Description
numDocs int
numThreads int

Méthodes publiques

Méthode Description
TestTermPositionVectors ( IndexReader reader, int threadCount ) : void

Private Methods

Méthode Description
SetUp ( ) : void
Test ( ) : void

Method Details

TestTermPositionVectors() public méthode

public TestTermPositionVectors ( IndexReader reader, int threadCount ) : void
reader Lucene.Net.Index.IndexReader
threadCount int
Résultat void

Property Details

numDocs public_oe property

public int numDocs
Résultat int

numThreads public_oe property

public int numThreads
Résultat int