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

Common tests to all index formats.
상속: LuceneTestCase
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
TestMergeStability ( ) : void

The purpose of this test is to make sure that bulk merge doesn't accumulate useless data over runs.

보호된 메소드들

메소드 설명
AddRandomFields ( Document doc ) : void

Add random fields to the provided document.

ExcludedExtensionsFromByteCounts ( ) : ICollection

Return the list of extensions that should be excluded from byte counts when comparing indices that store the same content.

비공개 메소드들

메소드 설명
BytesUsedByExtension ( Directory d ) : long>.IDictionary
SetUp ( ) : void
TearDown ( ) : void

메소드 상세

AddRandomFields() 보호된 추상적인 메소드

Add random fields to the provided document.
protected abstract AddRandomFields ( Document doc ) : void
doc Document
리턴 void

ExcludedExtensionsFromByteCounts() 보호된 메소드

Return the list of extensions that should be excluded from byte counts when comparing indices that store the same content.
protected ExcludedExtensionsFromByteCounts ( ) : ICollection
리턴 ICollection

TestMergeStability() 공개 메소드

The purpose of this test is to make sure that bulk merge doesn't accumulate useless data over runs.
public TestMergeStability ( ) : void
리턴 void