Uses of Class
org.apache.solr.client.solrj.request.SolrPing
-
Packages that use SolrPing Package Description org.apache.solr.client.solrj.request Convenience classes for dealing with various types of Solr requests. -
-
Uses of SolrPing in org.apache.solr.client.solrj.request
Methods in org.apache.solr.client.solrj.request that return SolrPing Modifier and Type Method Description SolrPingSolrPing. removeAction()Remove the action parameter from this request.SolrPingSolrPing. setActionDisable()Set the action parameter on this request to enable.SolrPingSolrPing. setActionEnable()Set the action parameter on this request to enable.SolrPingSolrPing. setActionPing()Set the action parameter on this request to ping.
-