Uses of Interface
org.alfresco.repo.search.impl.JSONResult
-
Packages that use JSONResult Package Description org.alfresco.repo.search.impl.solr -
-
Uses of JSONResult in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr with type parameters of type JSONResult Modifier and Type Interface Description interfaceSolrJsonProcessor<T extends JSONResult>Processes Json returned from SolrClasses in org.alfresco.repo.search.impl.solr that implement JSONResult Modifier and Type Class Description classSolrJSONResultSetclassSolrSQLJSONResultSetPojo that parses and stores solr stream response.classSolrStatsResultThe results of executing a solr stats queryMethods in org.alfresco.repo.search.impl.solr that return JSONResult Modifier and Type Method Description protected JSONResultSolrQueryHTTPClient. postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient, String url, org.json.JSONObject body, SolrJsonProcessor<?> jsonProcessor)protected JSONResultSolrQueryHTTPClient. postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient, String url, org.json.JSONObject body, SolrJsonProcessor<?> jsonProcessor, String spellCheckParams)
-