Resources
ResourceDescriptionMethods
/rs/Queries system statusGET
/rs/coreReturns all core infos for every solr-master serverGET
/rs/core/{group}/{name}Returns corename status for every solr-master serverGET
/rs/core/{name}Returns corename status for every solr-master serverGET
/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