C# Class Lucene.Net.Index.TestIndexWriterDelete

Inheritance: LuceneTestCase
显示文件 Open project: apache/lucenenet Class Usage Examples

Private Methods

Method Description
AddDoc ( IndexWriter modifier, int id, int value ) : void
DoTestOperationsOnDiskFull ( IConcurrentMergeScheduler scheduler, bool updates ) : void

Make sure if modifier tries to commit but hits disk full that modifier remains consistent and usable. Similar to TestIndexReader.testDiskFull().

GetHitCount ( Directory dir, Lucene.Net.Index.Term term ) : int
TestApplyDeletesOnFlush ( ) : void
TestBatchDeletes ( ) : void
TestBothDeletes ( ) : void
TestDeleteAll ( ) : void
TestDeleteAllNRT ( ) : void
TestDeleteAllNoDeadLock ( ) : void
TestDeleteAllRollback ( ) : void
TestDeleteAllSlowly ( ) : void
TestDeleteNullQuery ( ) : void
TestDeletesCheckIndexOutput ( ) : void
TestDeletesOnDiskFull ( [ scheduler ) : void
TestErrorAfterApplyDeletes ( ) : void
TestErrorInDocsWriterAdd ( ) : void
TestFlushPushedDeletesByCount ( ) : void
TestFlushPushedDeletesByRAM ( ) : void
TestIndexingThenDeleting ( ) : void
TestMaxBufferedDeletes ( ) : void
TestNonRAMDelete ( ) : void
TestRAMDeletes ( ) : void
TestSimpleCase ( ) : void
TestTryDeleteDocument ( ) : void
TestUpdatesOnDiskFull ( [ scheduler ) : void
UpdateDoc ( IndexWriter modifier, int id, int value ) : void