Uses of Class
org.apache.tika.metadata.filter.MetadataFilter
-
Packages that use MetadataFilter Package Description org.apache.tika.config Tika configuration tools.org.apache.tika.metadata.filter org.apache.tika.sax SAX utilities. -
-
Uses of MetadataFilter in org.apache.tika.config
Methods in org.apache.tika.config that return MetadataFilter Modifier and Type Method Description MetadataFilterTikaConfig. getMetadataFilter() -
Uses of MetadataFilter in org.apache.tika.metadata.filter
Subclasses of MetadataFilter 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.classIncludeFieldMetadataFilterclassNoOpFilterThis filter performs no operations on the metadata and leaves it untouched.Methods in org.apache.tika.metadata.filter that return MetadataFilter Modifier and Type Method Description static MetadataFilterMetadataFilter. load(Element root, boolean allowMissing)Loads 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 MetadataFilter Constructor Description CompositeMetadataFilter(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 MetadataFilter Constructor Description RecursiveParserWrapperHandler(ContentHandlerFactory contentHandlerFactory, int maxEmbeddedResources, MetadataFilter metadataFilter)
-