Class AbstractSolrQueryHTTPClient
- java.lang.Object
-
- org.alfresco.repo.search.impl.solr.AbstractSolrQueryHTTPClient
-
- Direct Known Subclasses:
SolrQueryHTTPClient,SolrSQLHttpClient
public abstract class AbstractSolrQueryHTTPClient extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_SAVEPOST_BUFFER
-
Constructor Summary
Constructors Constructor Description AbstractSolrQueryHTTPClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.json.JSONObjectpostQuery(org.apache.commons.httpclient.HttpClient httpClient, String url, org.json.JSONObject body)
-
-
-
Field Detail
-
DEFAULT_SAVEPOST_BUFFER
public static final int DEFAULT_SAVEPOST_BUFFER
- See Also:
- Constant Field Values
-
-
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:
UnsupportedEncodingExceptionIOExceptionorg.apache.commons.httpclient.HttpExceptionorg.apache.commons.httpclient.URIExceptionorg.json.JSONException
-
-