Show / Hide Table of Contents

    Interface SearcherLifetimeManager.IPruner

    See Prune(SearcherLifetimeManager.IPruner).

    Namespace: Lucene.Net.Search
    Assembly: Lucene.Net.dll
    Syntax
    public interface IPruner

    Methods

    | Improve this Doc View Source

    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

    Extension Methods

    Number.IsNumber(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)