Uses of Class
org.apache.solr.client.solrj.response.SolrPingResponse
Packages that use SolrPingResponse
Package
Description
Primary APIs for communicating with a Solr Server from a Java client.
Convenience classes for dealing with various types of Solr requests.
-
Uses of SolrPingResponse in org.apache.solr.client.solrj
Methods in org.apache.solr.client.solrj that return SolrPingResponseModifier and TypeMethodDescriptionSolrClient.ping()Issues a ping request to check if the server is aliveIssues a ping request to check if the collection's replicas are alive -
Uses of SolrPingResponse in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return SolrPingResponseModifier and TypeMethodDescriptionprotected SolrPingResponseSolrPing.createResponse(NamedList<Object> namedList)