Method DoPrune
DoPrune(Double, IndexSearcher)
Return true
if this searcher should be removed.
Declaration
bool DoPrune(double ageSec, IndexSearcher searcher)
Parameters
Type | Name | Description |
---|---|---|
System.Double | ageSec | How much time has passed since this searcher was the current (live) searcher |
IndexSearcher | searcher | Searcher |
Returns
Type | Description |
---|---|
System.Boolean |