|
GET | /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 | |
POST | /rs/pdf | Transforms the given html data into a pdf-file. |
POST | /rs/product/{dsName}/{shopGUID} | Creates or replaces a search index |
DELETE | /rs/product/{dsName}/{shopGUID} | Drops a search index |
POST | /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. |
GET | /rs/product/{dsName}/{shopGUID}/suggest?q=…&lang=… | search suggestions |
GET | /rs/product/{dsName}/{shopGUID}/suggest/jsonp?q=…&callback=…&lang=… | search suggestions as JSON with Padding |
POST | /rs/product/{dsName}/{shopGUID}/update | Updates contents of a search index |
GET | /rs/task/{taskId} | Retrieves a task. |