C# Class Lucene.Net.Search.TestTimeLimitingCollector

Inheritance: Lucene.Net.Util.LuceneTestCase
ファイルを表示 Open project: apache/lucenenet Class Usage Examples

Public Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void

Private Methods

Method 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 method

public SetUp ( ) : void
return void

TearDown() public method

public TearDown ( ) : void
return void