protected static class HttpPoster.SolrPing
extends org.apache.solr.client.solrj.SolrRequest
Constructor and Description |
---|
HttpPoster.SolrPing()
Create a new SolrPing object.
|
HttpPoster.SolrPing(String url) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.solr.client.solrj.response.SolrPingResponse |
createResponse(org.apache.solr.client.solrj.SolrClient client) |
Collection<org.apache.solr.common.util.ContentStream> |
getContentStreams() |
org.apache.solr.common.params.ModifiableSolrParams |
getParams() |
HttpPoster.SolrPing |
removeAction()
Remove the action parameter from this request.
|
HttpPoster.SolrPing |
setActionDisable()
Set the action parameter on this request to enable.
|
HttpPoster.SolrPing |
setActionEnable()
Set the action parameter on this request to enable.
|
HttpPoster.SolrPing |
setActionPing()
Set the action parameter on this request to ping.
|
public HttpPoster.SolrPing()
public HttpPoster.SolrPing(String url)
public Collection<org.apache.solr.common.util.ContentStream> getContentStreams()
getContentStreams
in class org.apache.solr.client.solrj.SolrRequest
protected org.apache.solr.client.solrj.response.SolrPingResponse createResponse(org.apache.solr.client.solrj.SolrClient client)
createResponse
in class org.apache.solr.client.solrj.SolrRequest
public org.apache.solr.common.params.ModifiableSolrParams getParams()
getParams
in class org.apache.solr.client.solrj.SolrRequest
public HttpPoster.SolrPing removeAction()
SolrPing#setActionPing()
. For Solr server version 4.0
and later.public HttpPoster.SolrPing setActionDisable()
public HttpPoster.SolrPing setActionEnable()
public HttpPoster.SolrPing setActionPing()