Class SolrPing

  • All Implemented Interfaces:
    Serializable

    public class SolrPing
    extends SolrRequest<SolrPingResponse>
    Verify that there is a working Solr core at the URL of a SolrClient. To use this class, the solrconfig.xml for the relevant core must include the request handler for /admin/ping.
    Since:
    solr 1.3
    See Also:
    Serialized Form
    • Constructor Detail

      • SolrPing

        public SolrPing()
        Create a new SolrPing object.
    • Method Detail

      • removeAction

        public SolrPing removeAction()
        Remove the action parameter from this request. This will result in the same behavior as SolrPing#setActionPing(). For Solr server version 4.0 and later.
        Returns:
        this
      • setActionDisable

        public SolrPing setActionDisable()
        Set the action parameter on this request to enable. This will delete the health-check file for the Solr core. For Solr server version 4.0 and later.
        Returns:
        this
      • setActionEnable

        public SolrPing setActionEnable()
        Set the action parameter on this request to enable. This will create the health-check file for the Solr core. For Solr server version 4.0 and later.
        Returns:
        this
      • setActionPing

        public SolrPing setActionPing()
        Set the action parameter on this request to ping. This is the same as not including the action at all. For Solr server version 4.0 and later.
        Returns:
        this