C# Class Lucene.Net.Search.ShardSearchingTestBase

Base test class for simulating distributed search across multiple shards.
Inheritance: LuceneTestCase
Mostrar archivo Open project: paulirwin/lucene.net Class Usage Examples

Protected Properties

Property Type Description
EndTime System.DateTime
Nodes NodeState[]

Protected Methods

Method Description
Finish ( ) : void
Start ( int numNodes, double runTimeSec, int maxSearcherAgeSeconds ) : void

Private Methods

Method Description
BroadcastNodeReopen ( int nodeID, long version, IndexSearcher newSearcher ) : void
GetNodeTermStats ( ISet terms, int nodeID, long version ) : TermStatistics>.IDictionary
SearchNode ( int nodeID, long nodeVersions, Query q, Lucene.Net.Search.Sort sort, int numHits, Lucene.Net.Search.ScoreDoc searchAfter ) : Lucene.Net.Search.TopDocs

Method Details

Finish() protected method

protected Finish ( ) : void
return void

Start() protected method

protected Start ( int numNodes, double runTimeSec, int maxSearcherAgeSeconds ) : void
numNodes int
runTimeSec double
maxSearcherAgeSeconds int
return void

Property Details

EndTime protected_oe property

protected DateTime,System EndTime
return System.DateTime

Nodes protected_oe property

protected NodeState[] Nodes
return NodeState[]