Uses of Class
org.apache.tika.config.ConfigBase
-
-
Uses of ConfigBase in org.apache.tika.metadata.filter
Subclasses of ConfigBase in org.apache.tika.metadata.filter Modifier and Type Class Description classCaptureGroupMetadataFilterThis filter runs a regex against the first value in the "sourceField".classClearByAttachmentTypeMetadataFilterThis class clears the entire metadata object if the attachment type matches one of the types.classClearByMimeMetadataFilterThis class clears the entire metadata object if the mime matches the mime filter.classCompositeMetadataFilterclassDateNormalizingMetadataFilterSome dates in some file formats do not have a timezone.classDefaultMetadataFilterclassExcludeFieldMetadataFilterclassFieldNameMappingFilterclassGeoPointMetadataFilterIfMetadatacontains aTikaCoreProperties.LATITUDEand aTikaCoreProperties.LONGITUDE, this filter concatenates those with a comma in the order LATITUDE,LONGITUDE.classIncludeFieldMetadataFilterclassMetadataFilterFilters the metadata in place after the parseclassNoOpFilterThis filter performs no operations on the metadata and leaves it untouched. -
Uses of ConfigBase in org.apache.tika.parser
Subclasses of ConfigBase in org.apache.tika.parser Modifier and Type Class Description classAutoDetectParserConfigThis 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
Subclasses of ConfigBase in org.apache.tika.pipes Modifier and Type Class Description classPipesConfigclassPipesConfigBase -
Uses of ConfigBase in org.apache.tika.pipes.async
Subclasses of ConfigBase in org.apache.tika.pipes.async Modifier and Type Class Description classAsyncConfig -
Uses of ConfigBase in org.apache.tika.pipes.emitter
Subclasses of ConfigBase in org.apache.tika.pipes.emitter Modifier and Type Class Description classEmitterManagerUtility class that will apply the appropriate fetcher to the fetcherString based on the prefix. -
Uses of ConfigBase in org.apache.tika.pipes.fetcher
Subclasses of ConfigBase in org.apache.tika.pipes.fetcher Modifier and Type Class Description classFetcherManagerUtility class to hold multiple fetchers. -
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator
Subclasses of ConfigBase in org.apache.tika.pipes.pipesiterator Modifier and Type Class Description classPipesIteratorAbstract class that handles the testing for timeouts/thread safety issues. -
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.filelist
Subclasses of ConfigBase in org.apache.tika.pipes.pipesiterator.filelist Modifier and Type Class Description classFileListPipesIteratorReads a list of file names/relative paths from a UTF-8 file. -
Uses of ConfigBase in org.apache.tika.pipes.pipesiterator.fs
Subclasses of ConfigBase in org.apache.tika.pipes.pipesiterator.fs Modifier and Type Class Description classFileSystemPipesIterator
-