Class NodeApi
- java.lang.Object
-
- org.apache.solr.client.solrj.request.NodeApi
-
public class NodeApi extends Object
Experimental SolrRequest's and SolrResponse's for node, generated from an OAS.See individual request and response classes for more detailed and relevant information.
All SolrRequest implementations rely on v2 APIs which may require a SolrClient configured to use the '/api' path prefix, instead of '/solr'.
- WARNING: This API is experimental and might change in incompatible ways in the next release.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeApi.DeleteNode
static class
NodeApi.DeleteNodeResponse
static class
NodeApi.GetCommandStatus
static class
NodeApi.GetCommandStatusResponse
static class
NodeApi.GetPublicKey
static class
NodeApi.GetPublicKeyResponse
static class
NodeApi.ReplaceNode
static class
NodeApi.ReplaceNodeResponse
-
Constructor Summary
Constructors Constructor Description NodeApi()
-