C# Class SenseNet.Search.QueryExecutor20110503

Inheritance: QueryExecutor2
Mostra file Open project: maxpavlov/FlexNet

Protected Methods

Method Description
DoExecute ( Query query, bool allVersions, IndexReader idxReader, Stopwatch timer ) : SearchResult

Private Methods

Method Description
CreateCollector ( int size ) : Collector
GetResultPage ( Lucene.Net.Search.ScoreDoc hits, SearchParams p, SearchResult r ) : void
Search ( SearchParams p ) : SearchResult

Method Details

DoExecute() protected method

protected DoExecute ( Query query, bool allVersions, IndexReader idxReader, Stopwatch timer ) : SearchResult
query Lucene.Net.Search.Query
allVersions bool
idxReader Lucene.Net.Index.IndexReader
timer Stopwatch
return SearchResult