Interface SourceStatus.Status
- Enclosing class:
- SourceStatus
public static interface SourceStatus.Status
The current status of the source crawl for this collection. This field returns `not_configured`
if the default configuration for this source does not have a **source** object defined.
- `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.
-
Field Summary
-
Field Details
-
RUNNING
running.- See Also:
- Constant Field Values
-
COMPLETE
complete.- See Also:
- Constant Field Values
-
NOT_CONFIGURED
not_configured.- See Also:
- Constant Field Values
-
QUEUED
queued.- See Also:
- Constant Field Values
-
UNKNOWN
unknown.- See Also:
- Constant Field Values
-