Document data types
When you implement the
addDocument
method you must send one or more documents
to be added to the index. The
Document
object should contain:
Types |
Description |
---|---|
|
A URI, which is an opaque string that uniquely identifies the document from the connector point of view. See also URI. |
|
An optional Stamp, which is an opaque string that the
connector may use to track document changes. Document stamps may be retrieved
through the
See also Stamps. |
|
The
For a complete list of metadata understood by the API, see Metadata Examples. |
|
The
The Part contains a
|
|
The
|