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

상속: LuceneTestCase
파일 보기 프로젝트 열기: apache/lucenenet 1 사용 예제들

비공개 메소드들

메소드 설명
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