Uses of Interface
org.alfresco.repo.search.impl.lucene.JSONAPIResult
-
Packages that use JSONAPIResult Package Description org.alfresco.repo.search.impl.lucene org.alfresco.repo.search.impl.solr org.alfresco.repo.solr -
-
Uses of JSONAPIResult in org.alfresco.repo.search.impl.lucene
Classes in org.alfresco.repo.search.impl.lucene that implement JSONAPIResult Modifier and Type Class Description classAbstractJSONAPIResultJSON returned from SOLR API Parser This class defines common properties and performs response header parsing.classSolrActionAclReportResultThe results of executing a SOLR ACL REPORT actionclassSolrActionAclTxReportResultThe results of executing a SOLR ACL TX actionclassSolrActionCheckResultThe results of executing a SOLR CHECK actionclassSolrActionFixResultThe results of executing a SOLR FIX actionclassSolrActionNodeReportResultThe results of executing a SOLR NODE REPORT actionclassSolrActionReportResultThe results of executing a SOLR REPORT actionclassSolrActionStatusResultThe results of executing a SOLR STATUS actionclassSolrActionTxReportResultThe results of executing a SOLR TX actionclassSolrCommandBackupResultThe results of executing a SOLR BACKUP commandMethods in org.alfresco.repo.search.impl.lucene that return JSONAPIResult Modifier and Type Method Description static JSONAPIResultJSONAPIResultFactory. buildActionResult(JSONAPIResultFactory.ACTION action, org.json.JSONObject json)Build a JSON Parser Result object according to required SOLR Action -
Uses of JSONAPIResult in org.alfresco.repo.search.impl.solr
Methods in org.alfresco.repo.search.impl.solr that return JSONAPIResult Modifier and Type Method Description JSONAPIResultSolrAdminClientInterface. executeAction(java.lang.String core, JSONAPIResultFactory.ACTION action, java.util.Map<java.lang.String,java.lang.String> parameters)Execute an ACTION from the SOLR CoreAdmin APIJSONAPIResultSolrAdminClientInterface. executeCommand(java.lang.String core, JSONAPIResultFactory.HANDLER handler, JSONAPIResultFactory.COMMAND command, java.util.Map<java.lang.String,java.lang.String> parameters)Execute a COMMAND from the SOLR API -
Uses of JSONAPIResult in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr that return JSONAPIResult Modifier and Type Method Description JSONAPIResultSOLRAdminClient. executeAction(java.lang.String core, JSONAPIResultFactory.ACTION action, java.util.Map<java.lang.String,java.lang.String> parameters)JSONAPIResultSOLRAdminClient. executeCommand(java.lang.String core, JSONAPIResultFactory.HANDLER handler, JSONAPIResultFactory.COMMAND command, java.util.Map<java.lang.String,java.lang.String> parameters)
-