Class SolrActionStatusResult

java.lang.Object
org.alfresco.repo.search.impl.AbstractJSONAPIResult
org.alfresco.repo.search.impl.solr.SolrActionStatusResult
All Implemented Interfaces:
JSONAPIResult

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

    • SolrActionStatusResult

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

    • 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