Class SolrPing

    • 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