Interface CollectorFactory<C extends org.apache.lucene.search.Collector>
-
- All Known Implementing Classes:
FacetsCollectorFactory
public interface CollectorFactory<C extends org.apache.lucene.search.Collector>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CcreateCollector(CollectorExecutionContext context)CollectorKey<C>getCollectorKey()
-
-
-
Method Detail
-
createCollector
C createCollector(CollectorExecutionContext context) throws IOException
- Throws:
IOException
-
getCollectorKey
CollectorKey<C> getCollectorKey()
-
-