Package org.apache.lucene.search
Class SearcherLifetimeManager.SearcherTracker
java.lang.Object
org.apache.lucene.search.SearcherLifetimeManager.SearcherTracker
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Comparable<SearcherLifetimeManager.SearcherTracker>
- Enclosing class:
- SearcherLifetimeManager
private static class SearcherLifetimeManager.SearcherTracker
extends Object
implements Comparable<SearcherLifetimeManager.SearcherTracker>, Closeable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
searcher
-
recordTimeSec
public final double recordTimeSec -
version
public final long version
-
-
Constructor Details
-
SearcherTracker
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in interfaceComparable<SearcherLifetimeManager.SearcherTracker>
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-