Resources
ResourceDescriptionMethods
/rs/Queries system statusGET
/rs/coreReturns solr core infosGET
/rs/core/{dsName}Returns all cores for a specified datasource.GET
/rs/core/{dsName}/{shopGUID}Returns the core for a specified shop.GET
/rs/executorGET
/rs/pdfTransforms the given html data into a pdf-file.POST
/rs/product/{dsName}/{shopGUID}Creates or replaces a search indexPOST, DELETE
/rs/product/{dsName}/{shopGUID}/deleteDeletes contents of a search indexPOST
/rs/product/{dsName}/{shopGUID}/searchPerforms a search on the index (this POST call is idempotent) Uses an idempotent POST call as suggested in the RESTful Web Services Cookbook.POST
/rs/product/{dsName}/{shopGUID}/suggestsearch suggestionsGET
/rs/product/{dsName}/{shopGUID}/suggest/jsonpsearch suggestions as JSON with PaddingGET
/rs/product/{dsName}/{shopGUID}/updateUpdates contents of a search indexPOST
/rs/task/{taskId}Retrieves a task.GET