Class SearcherLifetimeManager.PruneByAge

    • Constructor Summary

      Constructors 
      Constructor Description
      PruneByAge​(double maxAgeSec)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean doPrune​(double ageSec, IndexSearcher searcher)
      Return true if this searcher should be removed.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PruneByAge

        public PruneByAge​(double maxAgeSec)