Class PipesReporterBase
java.lang.Object
org.apache.tika.plugins.AbstractTikaExtension
org.apache.tika.pipes.reporters.PipesReporterBase
- All Implemented Interfaces:
Closeable, AutoCloseable, PipesReporter, TikaExtension
- Direct Known Subclasses:
ESPipesReporter, JDBCPipesReporter, OpenSearchPipesReporter
Base class that includes filtering by
PipesResult.RESULT_STATUS-
Field Summary
Fields inherited from class AbstractTikaExtension
pluginConfig -
Constructor Summary
ConstructorsConstructorDescriptionPipesReporterBase(ExtensionConfig pluginConfig, Set<String> includes, Set<String> excludes) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(PipesResult.RESULT_STATUS status) Implementations must call this for the includes/excludes filters to work!Methods inherited from class AbstractTikaExtension
getExtensionConfigMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PipesReporter
error, error, report, report, supportsTotalCountMethods inherited from interface TikaExtension
getExtensionConfig
-
Constructor Details
-
PipesReporterBase
public PipesReporterBase(ExtensionConfig pluginConfig, Set<String> includes, Set<String> excludes) throws TikaConfigException - Throws:
TikaConfigException
-
-
Method Details
-
accept
Implementations must call this for the includes/excludes filters to work!- Parameters:
status-- Returns:
-