Uses of Class
org.apache.tika.metadata.KeyPrefix
Packages that use KeyPrefix
Package
Description
Multi-valued metadata container, and set of constant metadata fields.
-
Uses of KeyPrefix in org.apache.tika.metadata
Fields in org.apache.tika.metadata declared as KeyPrefixModifier and TypeFieldDescriptionstatic final KeyPrefixPDF.DOC_INFO_CUSTOMstatic final KeyPrefixRTFMetadata.PICTOpen (file-controlled) RTF embedded-object property names built offRTFMetadata.RTF_PICT_META_PREFIX.static final KeyPrefixMAPI.PROPERTYstatic final KeyPrefixDWG.RAW_FIELDstatic final KeyPrefixMessage.RAW_HEADERstatic final KeyPrefixHTML.SCRAPED_METAstatic final KeyPrefixOffice.USER_DEFINEDMethods in org.apache.tika.metadata that return KeyPrefixModifier and TypeMethodDescriptionstatic KeyPrefixDeclares a FILE-provenance prefix: names read from the document itself.static KeyPrefixThe registered prefix instance forprefix, ornull.static KeyPrefixDeclares a TOOL-provenance prefix: names coined by an external tool or service.Methods in org.apache.tika.metadata that return types with arguments of type KeyPrefixModifier and TypeMethodDescriptionstatic Collection<KeyPrefix> KeyPrefix.registered()Declared prefixes, from loaded classes only.Methods in org.apache.tika.metadata with parameters of type KeyPrefixModifier and TypeMethodDescriptionvoidAppends a value under a document- or tool-derived name, keyed asprefix + name.voidMetadata.add(KeyPrefix, String, String)for a source-typed date value (e.g. an OLE VT_DATE / OOXMLvt:filetimecustom property): the value is stored in Tika's canonical ISO-8601 form, identical to how curated datePropertyconstants serialize. -
Uses of KeyPrefix in org.apache.tika.parser.ctakes
Fields in org.apache.tika.parser.ctakes declared as KeyPrefix -
Uses of KeyPrefix in org.apache.tika.parser.dwg
Fields in org.apache.tika.parser.dwg declared as KeyPrefix -
Uses of KeyPrefix in org.apache.tika.parser.envi
Fields in org.apache.tika.parser.envi declared as KeyPrefix -
Uses of KeyPrefix in org.apache.tika.parser.grib
Fields in org.apache.tika.parser.grib declared as KeyPrefix -
Uses of KeyPrefix in org.apache.tika.parser.image
Fields in org.apache.tika.parser.image declared as KeyPrefixModifier and TypeFieldDescriptionstatic final KeyPrefixImageMetadataExtractor.ICCstatic final KeyPrefixImageMetadataExtractor.UNKNOWN_IMG -
Uses of KeyPrefix in org.apache.tika.parser.iwork.iwana
Fields in org.apache.tika.parser.iwork.iwana declared as KeyPrefix -
Uses of KeyPrefix in org.apache.tika.parser.microsoft
Fields in org.apache.tika.parser.microsoft declared as KeyPrefixModifier and TypeFieldDescriptionstatic final KeyPrefixJackcessParser.MDB_PROPERTYstatic final KeyPrefixJackcessParser.MDB_SUMMARY_PROPERTYstatic final KeyPrefixJackcessParser.MDB_USER_PROPERTY -
Uses of KeyPrefix in org.apache.tika.parser.ner
Fields in org.apache.tika.parser.ner declared as KeyPrefix -
Uses of KeyPrefix in org.apache.tika.parser.netcdf
Fields in org.apache.tika.parser.netcdf declared as KeyPrefix -
Uses of KeyPrefix in org.apache.tika.parser.warc
Fields in org.apache.tika.parser.warc declared as KeyPrefixModifier and TypeFieldDescriptionstatic final KeyPrefixWARCParser.WARC_HEADERstatic final KeyPrefixWARCParser.WARC_HTTP_HEADER -
Uses of KeyPrefix in org.apache.tika.parser.xml
Constructors in org.apache.tika.parser.xml with parameters of type KeyPrefixModifierConstructorDescriptionAttributeDependantMetadataHandler(Metadata metadata, String nameHoldingAttribute, KeyPrefix namePrefix)