Interface DocumentAccepted.Status
- Enclosing class:
- DocumentAccepted
public static interface DocumentAccepted.Status
Status of the document in the ingestion process. A status of `processing` is returned for
documents that are ingested with a *version* date before `2019-01-01`. The `pending` status is
returned for all others.
-
Field Summary
Fields Modifier and Type Field Description static String
PENDING
pending.static String
PROCESSING
processing.
-
Field Details
-
PROCESSING
processing.- See Also:
- Constant Field Values
-
PENDING
pending.- See Also:
- Constant Field Values
-