C# 클래스 Lucene.Net.Index.TestCrashCausesCorruptIndex

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

Private Properties

프로퍼티 타입 설명
IndexAfterRestart void
IndexAndCrashOnCreateOutputSegments2 void
SearchForFleas void
TestCrashCorruptsIndexing void

비공개 메소드들

메소드 설명
IndexAfterRestart ( ) : void

Attempts to index another 1 document.

IndexAndCrashOnCreateOutputSegments2 ( ) : void

index 1 document and commit. prepare for crashing. index 1 more document, and upon commit, creation of segments_2 will crash.

SearchForFleas ( int expectedTotalHits ) : void

Run an example search.

TestCrashCorruptsIndexing ( ) : void