Examples of PruneByAge


Examples of org.apache.lucene.search.SearcherLifetimeManager.PruneByAge

        actualManager.release(searcher);
    }

    public void purgeExpiredSearchers(SearcherVersionTracker versionTracker) {
        try {
            lifetimeManager.prune(new PruneByAge(1800.0));
        } catch (IOException e) {
            Log.error(Geonet.LUCENE, "error pruning SearcherLifetimeManager for: " + GeonetworkNRTManager.this, e);
        }
        // prune out the versionMapping now that lifetimeManager has
        // been pruned
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.