Uses of Interface
org.alfresco.repo.search.impl.JSONAPIResult
Packages that use JSONAPIResult
Package
Description
-
Uses of JSONAPIResult in org.alfresco.repo.search.impl
Classes in org.alfresco.repo.search.impl that implement JSONAPIResultModifier and TypeClassDescriptionclassJSON returned from SOLR API Parser This class defines common properties and performs response header parsing.Methods in org.alfresco.repo.search.impl that return JSONAPIResultModifier and TypeMethodDescriptionstatic 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
Classes in org.alfresco.repo.search.impl.solr that implement JSONAPIResultModifier and TypeClassDescriptionclassThe results of executing a SOLR ACL REPORT actionclassThe results of executing a SOLR ACL TX actionclassThe results of executing a SOLR CHECK actionclassThe results of executing a SOLR FIX actionclassThe results of executing a SOLR NODE REPORT actionclassThe results of executing a SOLR REPORT actionclassThe results of executing a SOLR STATUS actionclassThe results of executing a SOLR TX actionclassThe results of executing a SOLR BACKUP commandMethods in org.alfresco.repo.search.impl.solr that return JSONAPIResultModifier and TypeMethodDescriptionSolrAdminClientInterface.executeAction(String core, JSONAPIResultFactory.ACTION action, Map<String, String> parameters) Execute an ACTION from the SOLR CoreAdmin APISolrAdminClientInterface.executeCommand(String core, JSONAPIResultFactory.HANDLER handler, JSONAPIResultFactory.COMMAND command, Map<String, 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 JSONAPIResultModifier and TypeMethodDescriptionSOLRAdminClient.executeAction(String core, JSONAPIResultFactory.ACTION action, Map<String, String> parameters) SOLRAdminClient.executeCommand(String core, JSONAPIResultFactory.HANDLER handler, JSONAPIResultFactory.COMMAND command, Map<String, String> parameters)