Uses of Class
org.apache.tika.config.ConfigBase
Package
Description
Tika parsers.
-
Uses of ConfigBase in org.apache.tika.eval.core.metadata
-
Uses of ConfigBase in org.apache.tika.langdetect.opennlp.metadatafilter
-
Uses of ConfigBase in org.apache.tika.langdetect.optimaize.metadatafilter
-
Uses of ConfigBase in org.apache.tika.metadata.filter
Modifier and TypeClassDescriptionclass
This filter runs a regex against the first value in the "sourceField".class
This class clears the entire metadata object if the attachment type matches one of the types.class
This class clears the entire metadata object if the mime matches the mime filter.class
class
Some dates in some file formats do not have a timezone.class
class
class
class
IfMetadata
contains aTikaCoreProperties.LATITUDE
and aTikaCoreProperties.LONGITUDE
, this filter concatenates those with a comma in the order LATITUDE,LONGITUDE.class
class
Filters the metadata in place after the parseclass
This filter performs no operations on the metadata and leaves it untouched. -
Uses of ConfigBase in org.apache.tika.parser
Modifier and TypeClassDescriptionclass
This config object can be used to tune how conservative we want to be when parsing data that is extremely compressible and resembles a ZIP bomb. -
Uses of ConfigBase in org.apache.tika.pipes
-
Uses of ConfigBase in org.apache.tika.pipes.async
-
Uses of ConfigBase in org.apache.tika.pipes.emitter
Modifier and TypeClassDescriptionclass
Utility class that will apply the appropriate fetcher to the fetcherString based on the prefix. -
Uses of ConfigBase in org.apache.tika.pipes.fetcher
-
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator
Modifier and TypeClassDescriptionclass
Abstract class that handles the testing for timeouts/thread safety issues. -
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.azblob
-
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.csv
-
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.filelist
Modifier and TypeClassDescriptionclass
Reads a list of file names/relative paths from a UTF-8 file. -
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.fs
-
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.gcs
-
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.jdbc
Modifier and TypeClassDescriptionclass
Iterates through a the results from a sql call via jdbc. -
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.json
Modifier and TypeClassDescriptionclass
Iterates through a UTF-8 text file with one FetchEmitTuple json object per line. -
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.kafka
-
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.s3
-
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.solr
Modifier and TypeClassDescriptionclass
Iterates through results from a Solr query. -
Uses of ConfigBase in org.apache.tika.server.client
-
Uses of ConfigBase in org.apache.tika.server.core