public interface TikaCoreProperties
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.Modifier and Type | Interface and Description |
---|---|
static class |
TikaCoreProperties.EmbeddedResourceType
A file might contain different types of embedded documents.
|
Modifier and Type | Field and Description |
---|---|
static Property |
ALTITUDE |
static Property |
COMMENTS |
static 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.
|
static Property |
CONTENT_TYPE_OVERRIDE |
static Property |
CONTRIBUTOR |
static Property |
COVERAGE |
static Property |
CREATED |
static Property |
CREATOR |
static Property |
CREATOR_TOOL |
static Property |
DESCRIPTION |
static Property |
EMBEDDED_RESOURCE_TYPE
Embedded resource type property
|
static String |
EMBEDDED_RESOURCE_TYPE_KEY |
static Property |
FORMAT |
static Property |
HAS_SIGNATURE |
static Property |
IDENTIFIER |
static Property |
KEYWORDS
DublinCore.SUBJECT ; should include both subject and keywords
if a document format has both. |
static Property |
LANGUAGE |
static Property |
LATITUDE |
static Property |
LONGITUDE |
static Property |
METADATA_DATE |
static Property |
MODIFIED |
static Property |
MODIFIER |
static 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.
|
static Property |
PRINT_DATE |
static Property |
PUBLISHER |
static Property |
RATING |
static Property |
RELATION |
static Property |
RIGHTS |
static Property |
SOURCE |
static Property |
TIKA_META_EXCEPTION_EMBEDDED_STREAM
Use this to store exceptions caught while trying to read the
stream of an embedded resource.
|
static String |
TIKA_META_EXCEPTION_PREFIX
Use this to store parse exception information in the Metadata object.
|
static Property |
TIKA_META_EXCEPTION_WARNING
Use this to store exceptions caught during a parse that are
non-fatal, e.g.
|
static String |
TIKA_META_PREFIX
Use this to prefix metadata properties that store information
about the parsing process.
|
static Property |
TITLE |
static Property |
TRANSITION_KEYWORDS_TO_DC_SUBJECT
Deprecated.
use TikaCoreProperties#KEYWORDS
|
static Property |
TRANSITION_SUBJECT_TO_DC_DESCRIPTION
Deprecated.
use TikaCoreProperties#DESCRIPTION
|
static Property |
TRANSITION_SUBJECT_TO_DC_TITLE
Deprecated.
use TikaCoreProperties#TITLE
|
static Property |
TRANSITION_SUBJECT_TO_OO_SUBJECT
Deprecated.
use OfficeOpenXMLCore#SUBJECT
|
static Property |
TYPE |
static final String TIKA_META_PREFIX
static final String TIKA_META_EXCEPTION_PREFIX
static final Property TIKA_META_EXCEPTION_WARNING
static final Property TIKA_META_EXCEPTION_EMBEDDED_STREAM
static final String EMBEDDED_RESOURCE_TYPE_KEY
static final Property ORIGINAL_RESOURCE_NAME
static final Property CONTENT_TYPE_HINT
static final Property CONTENT_TYPE_OVERRIDE
static final Property FORMAT
DublinCore.FORMAT
static final Property IDENTIFIER
DublinCore.IDENTIFIER
static final Property CONTRIBUTOR
DublinCore.CONTRIBUTOR
static final Property COVERAGE
DublinCore.COVERAGE
static final Property CREATOR
DublinCore.CREATOR
static final Property MODIFIER
Office.LAST_AUTHOR
static final Property CREATOR_TOOL
XMP.CREATOR_TOOL
static final Property LANGUAGE
DublinCore.LANGUAGE
static final Property PUBLISHER
DublinCore.PUBLISHER
static final Property RELATION
DublinCore.RELATION
static final Property RIGHTS
DublinCore.RIGHTS
static final Property SOURCE
DublinCore.SOURCE
static final Property TYPE
DublinCore.TYPE
static final Property TITLE
DublinCore.TITLE
static final Property DESCRIPTION
DublinCore.DESCRIPTION
static final Property KEYWORDS
DublinCore.SUBJECT
; should include both subject and keywords
if a document format has both. See also Office.KEYWORDS
and OfficeOpenXMLCore.SUBJECT
.static final Property CREATED
DublinCore.DATE
,
Office.CREATION_DATE
static final Property MODIFIED
DublinCore.MODIFIED
,
Metadata.DATE
,
Office.SAVE_DATE
static final Property PRINT_DATE
Office.PRINT_DATE
static final Property METADATA_DATE
XMP.METADATA_DATE
static final Property LATITUDE
Geographic.LATITUDE
static final Property LONGITUDE
Geographic.LONGITUDE
static final Property ALTITUDE
Geographic.ALTITUDE
static final Property RATING
XMP.RATING
static final Property COMMENTS
OfficeOpenXMLExtended.COMMENTS
@Deprecated static final Property TRANSITION_KEYWORDS_TO_DC_SUBJECT
DublinCore.SUBJECT
@Deprecated static final Property TRANSITION_SUBJECT_TO_DC_DESCRIPTION
OfficeOpenXMLExtended.COMMENTS
@Deprecated static final Property TRANSITION_SUBJECT_TO_DC_TITLE
DublinCore.TITLE
@Deprecated static final Property TRANSITION_SUBJECT_TO_OO_SUBJECT
OfficeOpenXMLCore.SUBJECT
static final Property EMBEDDED_RESOURCE_TYPE
static final Property HAS_SIGNATURE
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.