Uses of Interface
org.alfresco.repo.search.impl.lucene.SolrJsonProcessor
-
Packages that use SolrJsonProcessor Package Description org.alfresco.repo.search.impl.solr -
-
Uses of SolrJsonProcessor in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr with parameters of type SolrJsonProcessor 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)protected org.alfresco.service.cmr.search.ResultSetSolrSQLHttpClient. postSolrQuery(org.apache.commons.httpclient.HttpClient httpClient, java.lang.String url, org.json.JSONObject body, SolrJsonProcessor<?> jsonProcessor)
-