Class ESReporterFactory

java.lang.Object
org.apache.tika.pipes.reporter.es.ESReporterFactory
All Implemented Interfaces:
PipesReporterFactory, TikaExtensionFactory<PipesReporter>, org.pf4j.ExtensionPoint

@Extension public class ESReporterFactory extends Object implements PipesReporterFactory
Factory for creating ES pipes reporters.

Example JSON configuration:

 "pipes-reporters": {
   "es-pipes-reporter": {
     "esUrl": "http://localhost:9200/tika-status",
     "keyPrefix": "status_",
     "includeRouting": false
   }
 }