Uses of Class
org.apache.solr.client.solrj.request.SolrPing

Packages that use SolrPing
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
 SolrPing SolrPing.removeAction()
          Remove the action parameter from this request.
 SolrPing SolrPing.setActionDisable()
          Set the action parameter on this request to enable.
 SolrPing SolrPing.setActionEnable()
          Set the action parameter on this request to enable.
 SolrPing SolrPing.setActionPing()
          Set the action parameter on this request to ping.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.