C# 클래스 Lucene.Net.Search.TestMultiThreadTermVectors

상속: Lucene.Net.Util.LuceneTestCase
파일 보기 프로젝트 열기: synhershko/lucene.net

공개 프로퍼티들

프로퍼티 타입 설명
numDocs int
numThreads int

공개 메소드들

메소드 설명
TestTermPositionVectors ( IndexReader reader, int threadCount ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
Test ( ) : void

메소드 상세

TestTermPositionVectors() 공개 메소드

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

프로퍼티 상세

numDocs 공개적으로 프로퍼티

public int numDocs
리턴 int

numThreads 공개적으로 프로퍼티

public int numThreads
리턴 int