Interface TopDocsDataCollector.Factory<T>
- All Superinterfaces:
CollectorKey<TopDocsDataCollector<T>,com.carrotsearch.hppc.IntObjectMap<T>>
- Enclosing class:
- TopDocsDataCollector<T>
public static interface TopDocsDataCollector.Factory<T>
extends CollectorKey<TopDocsDataCollector<T>,com.carrotsearch.hppc.IntObjectMap<T>>
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.CollectorManager<TopDocsDataCollector<T>,com.carrotsearch.hppc.IntObjectMap<T>>
-
Method Details
-
create
org.apache.lucene.search.CollectorManager<TopDocsDataCollector<T>,com.carrotsearch.hppc.IntObjectMap<T>> create(TopDocsDataCollectorExecutionContext context) throws IOException - Throws:
IOException
-