Package | Description |
---|---|
org.apache.lucene.search |
Code to search indices.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiCollectorManager
A
CollectorManager implements which wrap a set of CollectorManager
as MultiCollector acts for Collector . |
Modifier and Type | Method and Description |
---|---|
<C extends Collector,T> |
IndexSearcher.search(Query query,
CollectorManager<C,T> collectorManager)
Lower-level search API.
|
Constructor and Description |
---|
MultiCollectorManager(CollectorManager<? extends Collector,?>... collectorManagers) |
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.