C# 클래스 Lucene.Net.Store.TestNRTCachingDirectory

상속: LuceneTestCase
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
VerifyCompiles ( ) : void

비공개 메소드들

메소드 설명
CreateSequenceFile ( Directory dir, string name, sbyte start, int size ) : void

Creates a file of the specified size with sequential data. The first byte is written as the start byte provided. All subsequent bytes are computed as start + offset where offset is the number of the byte.

TestCompoundFileAppendTwice ( ) : void
TestDeleteFile ( ) : void
TestDirectoryFilter ( ) : void
TestNRTAndCommit ( ) : void
TestNoDir ( ) : void

메소드 상세

VerifyCompiles() 공개 메소드

public VerifyCompiles ( ) : void
리턴 void