Data types
The
DocumentStatus
object contains:
Types |
Description |
---|---|
|
A URI is an opaque string that uniquely identifies the document from the connector point of view. See also URI. |
|
An optional Stamp. See also Stamps. |
|
A boolean that indicates the indexing status of the document:
|
class DocumentStatus { String getUri(); String getStamp(); boolean isExist(); }