Interface GetNodeCommandStatusApi


  • @Path("/node/commands/")
    public interface GetNodeCommandStatusApi
    V2 API for checking the status of a core-level asynchronous command.

    This API is analogous to the v1 /admin/cores?action=REQUESTSTATUS command. It is not to be confused with the more robust asynchronous command support offered under the v2 `/cluster/command-status` path (or the corresponding v1 path `/solr/admin/collections?action=REQUESTSTATUS`). Async support at the core level differs in that command IDs are local to individual Solr nodes and are not persisted across restarts.

    See Also:
    GetNodeCommandStatusResponse