Uses of Interface
org.alfresco.repo.search.impl.lucene.JSONResult
-
Packages that use JSONResult Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.solr -
-
Uses of JSONResult in org.alfresco.repo.search.impl.lucene
Classes in org.alfresco.repo.search.impl.lucene 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.lucene that implement JSONResult Modifier and Type Class Description classSolrJSONResultSetclassSolrStatsResultThe results of executing a solr stats query -
Uses of JSONResult in org.alfresco.repo.search.impl.solr
Classes in org.alfresco.repo.search.impl.solr that implement JSONResult Modifier and Type Class Description classSolrSQLJSONResultSetPojo that parses and stores solr stream response.Methods in org.alfresco.repo.search.impl.solr that return JSONResult Modifier and Type Method Description protected JSONResultSolrQueryHTTPClient. postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient, java.lang.String url, org.json.JSONObject body, SolrJsonProcessor<?> jsonProcessor)protected JSONResultSolrQueryHTTPClient. postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient, java.lang.String url, org.json.JSONObject body, SolrJsonProcessor<?> jsonProcessor, java.lang.String spellCheckParams)
-