Package com.norconex.importer.doc
Class DocMetaConstants
java.lang.Object
com.norconex.importer.doc.DocMetaConstants
Constants for common metadata field names typically associated
with a document and often set on Doc.getMetadata().
While those may originally be set by the importer, it is possible for implementors to overwrite, rename, or even delete them from a document metadata.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDocument character encoding.static final StringDocument content family (general categorization of content types).static final StringDocument content type (also called "media type", or "mime type").static final StringZero-based index of this embedded document in relation to siblings.static final StringAll references to parents of an embedded document (first is top-one).static final StringRelative reference to this document within its parent.static final StringType of embedded file (from a zip, a word doc, etc.).static final StringGenerated title.static final StringDate processed by the Importer.static final StringDocument language.static final StringDocument unique reference (also called "id", "primary key", etc.).static final StringOriginal language when translated. -
Method Summary
-
Field Details
-
REFERENCE
Document unique reference (also called "id", "primary key", etc.).- See Also:
-
CONTENT_TYPE
Document content type (also called "media type", or "mime type").- See Also:
-
CONTENT_ENCODING
Document character encoding.- See Also:
-
CONTENT_FAMILY
Document content family (general categorization of content types).- See Also:
-
LANGUAGE
Document language.- See Also:
-
TRANSLATED_FROM
Original language when translated.- See Also:
-
GENERATED_TITLE
Generated title.- See Also:
-
IMPORTED_DATE
Date processed by the Importer.- See Also:
-
EMBEDDED_PARENT_REFERENCES
All references to parents of an embedded document (first is top-one).- See Also:
-
EMBEDDED_REFERENCE
Relative reference to this document within its parent.- See Also:
-
EMBEDDED_TYPE
Type of embedded file (from a zip, a word doc, etc.).- See Also:
-
EMBEDDED_INDEX
Zero-based index of this embedded document in relation to siblings.- See Also:
-