Class SolrActionStatusResult

  • All Implemented Interfaces:
    JSONAPIResult

    public class SolrActionStatusResult
    extends AbstractJSONAPIResult
    The results of executing a SOLR STATUS action
    Since:
    6.2
    Author:
    aborroy
    • Constructor Detail

      • SolrActionStatusResult

        public SolrActionStatusResult​(org.json.JSONObject json)
        Parses the JSON to set this Java Object values
        Parameters:
        json - JSONObject returned by SOLR API
    • Method Detail

      • processCoresInfoJson

        protected void processCoresInfoJson​(org.json.JSONObject json)
                                     throws org.json.JSONException
        Description copied from class: AbstractJSONAPIResult
        Parses the JSON to set this Java Object values related to Core Information
        Specified by:
        processCoresInfoJson in class AbstractJSONAPIResult
        Parameters:
        json - JSONObject returned by SOLR API
        Throws:
        org.json.JSONException