Class MetadataOnlyParse
java.lang.Object
org.apache.tika.parser.MetadataOnlyParse
ParseContext marker telling
AutoDetectParser to register the embedded
entry but skip the content parse. Set by metadata-only passes that pseudo-parse
a placeholder stream only to register an entry. Independent of throwOnZeroBytes.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MetadataOnlyParseSingleton instance indicating the current parse should not dispatch to a content parser. -
Method Summary
-
Field Details
-
INSTANCE
Singleton instance indicating the current parse should not dispatch to a content parser.
-