C# Class Lucene.Net.Index.TestCrashCausesCorruptIndex

Inheritance: Lucene.Net.Util.LuceneTestCase
Exibir arquivo Open project: apache/lucenenet

Private Properties

Property Type Description
IndexAfterRestart void
IndexAndCrashOnCreateOutputSegments2 void
SearchForFleas void
TestCrashCorruptsIndexing void

Private Methods

Method Description
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