C# Class Lucene.Net.Search.ShardSearchingTestBase

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

Protected Properties

Свойство Type Description
EndTime System.DateTime
Nodes NodeState[]

Méthodes protégées

Méthode Description
Finish ( ) : void
Start ( int numNodes, double runTimeSec, int maxSearcherAgeSeconds ) : void

Private Methods

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

protected Finish ( ) : void
Résultat void

Start() protected méthode

protected Start ( int numNodes, double runTimeSec, int maxSearcherAgeSeconds ) : void
numNodes int
runTimeSec double
maxSearcherAgeSeconds int
Résultat void

Property Details

EndTime protected_oe property

protected DateTime,System EndTime
Résultat System.DateTime

Nodes protected_oe property

protected NodeState[] Nodes
Résultat NodeState[]