Method Prune
Prune(SearcherLifetimeManager.IPruner)
Calls provided SearcherLifetimeManager.IPruner to prune entries. The entries are passed to the SearcherLifetimeManager.IPruner in sorted (newest to oldest IndexSearcher) order.
NOTE: you must peridiocally call this, ideally from the same background thread that opens new searchers.
Declaration
public virtual void Prune(SearcherLifetimeManager.IPruner pruner)
Parameters
Type | Name | Description |
---|---|---|
SearcherLifetimeManager.IPruner | pruner |