Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class | 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 | Description |
---|---|---|
void |
SearcherLifetimeManager.prune(SearcherLifetimeManager.Pruner pruner) |
Calls provided
SearcherLifetimeManager.Pruner to prune entries. |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.