Interface SearcherLifetimeManager.IPruner
Namespace: Lucene.Net.Search
Assembly: Lucene.Net.dll
Syntax
public interface IPruner
Methods
| Improve this Doc View SourceDoPrune(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 |