C# Class Lucene.Net.Search.TestTimeLimitingCollector

Inheritance: Lucene.Net.Util.LuceneTestCase
Afficher le fichier Open project: apache/lucenenet Class Usage Examples

Méthodes publiques

Méthode Description
SetUp ( ) : void
TearDown ( ) : void

Private Methods

Méthode Description
Add ( string value, RandomIndexWriter iw ) : void
CreateTimedCollector ( MyHitCollector hc, long timeAllowed, bool greedy ) : Collector
DoTestMultiThreads ( bool withTimeout ) : void
DoTestSearch ( ) : void
DoTestTimeout ( bool multiThreaded, bool greedy ) : void
MaxTime ( bool multiThreaded ) : long
MaxTimeStr ( bool multiThreaded ) : string
Search ( Collector collector ) : void
TestModifyResolution ( ) : void
TestSearch ( ) : void
TestSearchMultiThreaded ( ) : void
TestTimeoutGreedy ( ) : void
TestTimeoutMultiThreaded ( ) : void
TestTimeoutNotGreedy ( ) : void

Method Details

SetUp() public méthode

public SetUp ( ) : void
Résultat void

TearDown() public méthode

public TearDown ( ) : void
Résultat void