Uses of Class
org.apache.tika.metadata.filter.MetadataFilter
Packages that use MetadataFilter
Package
Description
Tika configuration tools.
SAX utilities.
-
Uses of MetadataFilter in org.apache.tika.config
Methods in org.apache.tika.config that return MetadataFilter -
Uses of MetadataFilter in org.apache.tika.metadata.filter
Subclasses of MetadataFilter in org.apache.tika.metadata.filterModifier and TypeClassDescriptionclassThis class clears the entire metadata object if the mime matches the mime filter.classclassSome dates in some file formats do not have a timezone.classclassclassclassIfMetadatacontains aTikaCoreProperties.LATITUDEand aTikaCoreProperties.LONGITUDE, this filter concatenates those with a comma in the order LATITUDE,LONGITUDE.classclassThis filter performs no operations on the metadata and leaves it untouched.Methods in org.apache.tika.metadata.filter that return MetadataFilterModifier and TypeMethodDescriptionstatic MetadataFilterLoads the metadata filter from the config file if it exists, otherwise returns NoOpFilterConstructor parameters in org.apache.tika.metadata.filter with type arguments of type MetadataFilterModifierConstructorDescriptionCompositeMetadataFilter(List<MetadataFilter> filters) DefaultMetadataFilter(List<MetadataFilter> metadataFilters) -
Uses of MetadataFilter in org.apache.tika.sax
Constructors in org.apache.tika.sax with parameters of type MetadataFilterModifierConstructorDescriptionRecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory, int maxEmbeddedResources, MetadataFilter metadataFilter)