Noble Paul created SOLR-7054:
--------------------------------

             Summary: a pure REST interface for all operations in Solr
                 Key: SOLR-7054
                 URL: https://issues.apache.org/jira/browse/SOLR-7054
             Project: Solr
          Issue Type: Improvement
            Reporter: Noble Paul


It would be a single handler say {{/docs}}

GET would do a query

example: /docs is equivalent to /select/q=*:*

PUT/POST /docs is equivalent to /update/json/docs

DELETE /docs/id will do a delete by id

DELETE /docs?q=x:val is delete by query





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to