Interface TikaCoreProperties


  • public interface TikaCoreProperties
    Contains a core set of basic Tika metadata properties, which all parsers will attempt to supply (where the file format permits). These are all defined in terms of other standard namespaces.

    Users of Tika who wish to have consistent metadata across file formats can make use of these Properties, knowing that where present they will have consistent semantic meaning between different file formats. (No matter if one file format calls it Title, another Long-Title and another Long-Name, if they all mean the same thing as defined by DublinCore.TITLE then they will all be present as such)

    For now, most of these properties are composite ones including the deprecated non-prefixed String properties from the Metadata class. In Tika 2.0, most of these will revert back to simple assignments.

    Since:
    Apache Tika 1.2
    • Field Detail

      • NAMESPACE_PREFIX_DELIMITER

        static final String NAMESPACE_PREFIX_DELIMITER
        The common delimiter used between the namespace abbreviation and the property name
        See Also:
        Constant Field Values
      • TIKA_META_PREFIX

        static final String TIKA_META_PREFIX
        Use this to prefix metadata properties that store information about the parsing process. Users should be able to distinguish between metadata that was contained within the document and metadata about the parsing process.
        See Also:
        Constant Field Values
      • EMBEDDED_DEPTH

        static final Property EMBEDDED_DEPTH
      • EMBEDDED_RESOURCE_PATH

        static final Property EMBEDDED_RESOURCE_PATH
      • PARSE_TIME_MILLIS

        static final Property PARSE_TIME_MILLIS
      • TIKA_CONTENT_HANDLER

        static final Property TIKA_CONTENT_HANDLER
        Simple class name of the content handler
      • TIKA_CONTENT

        static final Property TIKA_CONTENT
      • TIKA_META_EXCEPTION_PREFIX

        static final String TIKA_META_EXCEPTION_PREFIX
        Use this to store parse exception information in the Metadata object.
        See Also:
        Constant Field Values
      • TIKA_META_WARN_PREFIX

        static final String TIKA_META_WARN_PREFIX
        Use this to store warnings that happened during the parse.
        See Also:
        Constant Field Values
      • CONTAINER_EXCEPTION

        static final Property CONTAINER_EXCEPTION
      • EMBEDDED_EXCEPTION

        static final Property EMBEDDED_EXCEPTION
      • EMBEDDED_WARNING

        static final Property EMBEDDED_WARNING
      • WRITE_LIMIT_REACHED

        static final Property WRITE_LIMIT_REACHED
      • TIKA_META_EXCEPTION_WARNING

        static final Property TIKA_META_EXCEPTION_WARNING
        Use this to store exceptions caught during a parse that are non-fatal, e.g. if a parser is in lenient mode and more content can be extracted if we ignore an exception thrown by a dependency.
      • TRUNCATED_METADATA

        static final Property TRUNCATED_METADATA
        This means that metadata keys or metadata values were truncated. If there is an "include" filter, this should not be set if a field is not in the "include" set.
      • TIKA_META_EXCEPTION_EMBEDDED_STREAM

        static final Property TIKA_META_EXCEPTION_EMBEDDED_STREAM
        Use this to store exceptions caught while trying to read the stream of an embedded resource. Do not use this if there is a parse exception on the embedded resource.
      • TIKA_PARSED_BY

        static final Property TIKA_PARSED_BY
      • TIKA_PARSED_BY_FULL_SET

        static final Property TIKA_PARSED_BY_FULL_SET
        Use this to store a record of all parsers that touched a given file in the container file's metadata.
      • TIKA_DETECTED_LANGUAGE

        static final Property TIKA_DETECTED_LANGUAGE
      • TIKA_DETECTED_LANGUAGE_CONFIDENCE

        static final Property TIKA_DETECTED_LANGUAGE_CONFIDENCE
      • TIKA_DETECTED_LANGUAGE_CONFIDENCE_RAW

        static final Property TIKA_DETECTED_LANGUAGE_CONFIDENCE_RAW
      • ORIGINAL_RESOURCE_NAME

        static final Property ORIGINAL_RESOURCE_NAME
        Some file formats can store information about their original file name/location or about their attachment's original file name/location within the file.
      • SOURCE_PATH

        static final Property SOURCE_PATH
        This should be used to store the path (relative or full) of the source file, including the file name, e.g. doc/path/to/my_pdf.pdf

        This can also be used for a primary key within a database.

      • CONTENT_TYPE_HINT

        static final Property CONTENT_TYPE_HINT
        This is currently used to identify Content-Type that may be included within a document, such as in html documents (e.g. ) , or the value might come from outside the document. This information may be faulty and should be treated only as a hint.
      • CONTENT_TYPE_USER_OVERRIDE

        static final Property CONTENT_TYPE_USER_OVERRIDE
        This is used by users to override detection with the override detector.
      • CONTENT_TYPE_PARSER_OVERRIDE

        static final Property CONTENT_TYPE_PARSER_OVERRIDE
        This is used by parsers to override detection of embedded resources with the override detector.
      • EMBEDDED_RESOURCE_TYPE

        static final Property EMBEDDED_RESOURCE_TYPE
        Embedded resource type property
      • HAS_SIGNATURE

        static final Property HAS_SIGNATURE
      • SIGNATURE_NAME

        static final Property SIGNATURE_NAME
      • SIGNATURE_DATE

        static final Property SIGNATURE_DATE
      • SIGNATURE_LOCATION

        static final Property SIGNATURE_LOCATION
      • SIGNATURE_REASON

        static final Property SIGNATURE_REASON
      • SIGNATURE_FILTER

        static final Property SIGNATURE_FILTER
      • SIGNATURE_CONTACT_INFO

        static final Property SIGNATURE_CONTACT_INFO