C# Класс Lucene.Net.Index.BaseIndexFileFormatTestCase

Common tests to all index formats.
Наследование: LuceneTestCase
Показать файл Открыть проект

Открытые методы

Метод Описание
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