Class SolrSuggesterResult

    • Constructor Detail

      • SolrSuggesterResult

        public SolrSuggesterResult()
      • SolrSuggesterResult

        public SolrSuggesterResult​(org.json.JSONObject jsonObject)
    • Method Detail

      • processJson

        protected void processJson​(org.json.JSONObject json)
                            throws org.json.JSONException
        Parses the json returned from the suggester
        Parameters:
        json - the JSON object
        Throws:
        org.json.JSONException