Class PipesIteratorConfig
java.lang.Object
org.apache.tika.pipes.pipesiterator.PipesIteratorConfig
- Direct Known Subclasses:
AZBlobPipesIteratorConfig, CSVPipesIteratorConfig, FileSystemPipesIteratorConfig, GCSPipesIteratorConfig, JDBCPipesIteratorConfig, JsonPipesIteratorConfig, KafkaPipesIteratorConfig, S3PipesIteratorConfig, SolrPipesIteratorConfig
Abstract base class for pipes iterator configurations.
Provides the common fetcherId and emitterId fields that all iterators need.
ContentHandlerFactory, ParseMode, and other parsing settings should be loaded from tika-config.json via TikaLoader and set in PipesConfig.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetEmitterId(String emitterId) voidsetFetcherId(String fetcherId)
-
Constructor Details
-
PipesIteratorConfig
public PipesIteratorConfig()
-
-
Method Details
-
getFetcherId
-
setFetcherId
-
getEmitterId
-
setEmitterId
-
equals
-
hashCode
-