public static interface SourceStatus.Status
- `running` indicates that a crawl to fetch more documents is in progress. - `complete` indicates that the crawl has completed with no errors. - `queued` indicates that the crawl has been paused by the system and will automatically restart when possible. - `unknown` indicates that an unidentified error has occured in the service.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPLETE
complete.
|
static java.lang.String |
NOT_CONFIGURED
not_configured.
|
static java.lang.String |
QUEUED
queued.
|
static java.lang.String |
RUNNING
running.
|
static java.lang.String |
UNKNOWN
unknown.
|
static final java.lang.String RUNNING
static final java.lang.String COMPLETE
static final java.lang.String NOT_CONFIGURED
static final java.lang.String QUEUED
static final java.lang.String UNKNOWN