Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
static class |
SearcherLifetimeManager.PruneByAge
Simple pruner that drops any searcher older by
more than the specified seconds, than the newest
searcher.
|
Modifier and Type | Method and Description |
---|---|
void |
SearcherLifetimeManager.prune(SearcherLifetimeManager.Pruner pruner)
Calls provided
SearcherLifetimeManager.Pruner to prune entries. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.