Class SolrAPI
Wrapper for solr API.
- Author:
- Meenal Bhave
-
Field Summary
Fields inherited from class org.alfresco.rest.requests.ModelRequest
restWrapper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExecutes a query in SOLR using JSON format for the resultspostAction(String urlActionPath, String queryBody) Executes an action (like "delete") on SOLR alfresco corepostConfig(String queryBody) Methods inherited from class org.alfresco.rest.requests.ModelRequest
include, includePath, usingParams
-
Constructor Details
-
SolrAPI
-
-
Method Details
-
getConfig
-
getConfigOverlay
-
getConfigParams
-
postConfig
-
postAction
Executes an action (like "delete") on SOLR alfresco core- Parameters:
urlActionPath- some action name (like "delete")queryBody- parameters for the action
-
getSelectQuery
-
getSelectQueryJson
Executes a query in SOLR using JSON format for the results
-