Class ClearByAttachmentTypeMetadataFilter

java.lang.Object
org.apache.tika.config.ConfigBase
org.apache.tika.metadata.filter.MetadataFilter
org.apache.tika.metadata.filter.ClearByAttachmentTypeMetadataFilter
All Implemented Interfaces:
Serializable

public class ClearByAttachmentTypeMetadataFilter extends MetadataFilter
This class clears the entire metadata object if the attachment type matches one of the types. The idea is that you might not want to store/transmit metadata for images or specific file types.
See Also: