C# Class Lucene.Net.Search.TestMultiSearcher

Inheritance: Lucene.Net.Util.LuceneTestCase
Afficher le fichier Open project: synhershko/lucene.net Class Usage Examples

Méthodes publiques

Méthode Description
TestDocFreq ( ) : void

Méthodes protégées

Méthode Description
GetMultiSearcherInstance ( Searcher searchers ) : MultiSearcher

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

Private Methods

Méthode Description
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

Method Details

GetMultiSearcherInstance() protected méthode

ReturnS a new instance of the concrete MultiSearcher class used in this test.
protected GetMultiSearcherInstance ( Searcher searchers ) : MultiSearcher
searchers Searcher
Résultat MultiSearcher

TestDocFreq() public méthode

public TestDocFreq ( ) : void
Résultat void