Class AbstractSolrQueryHTTPClient

    • Field Detail

      • DEFAULT_SAVEPOST_BUFFER

        public static final int DEFAULT_SAVEPOST_BUFFER
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractSolrQueryHTTPClient

        public AbstractSolrQueryHTTPClient()
    • Method Detail

      • postQuery

        protected org.json.JSONObject postQuery​(org.apache.commons.httpclient.HttpClient httpClient,
                                                String url,
                                                org.json.JSONObject body)
                                         throws UnsupportedEncodingException,
                                                IOException,
                                                org.apache.commons.httpclient.HttpException,
                                                org.apache.commons.httpclient.URIException,
                                                org.json.JSONException
        Throws:
        UnsupportedEncodingException
        IOException
        org.apache.commons.httpclient.HttpException
        org.apache.commons.httpclient.URIException
        org.json.JSONException