C# Класс Lucene.Net.Search.TestMultiSearcher

Наследование: Lucene.Net.Util.LuceneTestCase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TestDocFreq ( ) : void

Защищенные методы

Метод Описание
GetMultiSearcherInstance ( Searcher searchers ) : MultiSearcher

ReturnS a new instance of the concrete MultiSearcher class used in this test.

Приватные методы

Метод Описание
CreateDocument ( System contents1, System contents2 ) : Lucene.Net.Documents.Document
InitIndex ( Lucene.Net.Store.Directory directory, int nDocs, bool create, System contents2 ) : void
TestCustomSimilarity ( ) : void
TestEmptyIndex ( ) : void
TestFieldSelector ( ) : void
TestNormalization ( int nDocs, System message ) : void
TestNormalization10 ( ) : void

Описание методов

GetMultiSearcherInstance() защищенный Метод

ReturnS a new instance of the concrete MultiSearcher class used in this test.
protected GetMultiSearcherInstance ( Searcher searchers ) : MultiSearcher
searchers Searcher
Результат MultiSearcher

TestDocFreq() публичный Метод

public TestDocFreq ( ) : void
Результат void