/rs/ | Queries system status | GET |
/rs/core | Returns solr core infos | GET |
/rs/core/{dsName} | Returns all cores for a specified datasource. | GET |
/rs/core/{dsName}/{shopGUID} | Returns the core for a specified shop. | GET |
/rs/executor | | GET |
/rs/pdf | Transforms the given html data into a pdf-file. | POST |
/rs/product/{dsName}/{shopGUID} | Creates or replaces a search index | POST, DELETE |
/rs/product/{dsName}/{shopGUID}/delete | Deletes contents of a search index | POST |
/rs/product/{dsName}/{shopGUID}/search | Performs 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}/suggest | search suggestions | GET |
/rs/product/{dsName}/{shopGUID}/suggest/jsonp | search suggestions as JSON with Padding | GET |
/rs/product/{dsName}/{shopGUID}/update | Updates contents of a search index | POST |
/rs/task/{taskId} | Retrieves a task. | GET |