How about leveraging HTTP 1.1 methods more semantically, such that a PUT is used for an insert perhaps, and a DELETE for a delete, and GET for searches. POST is fine for update semantics.

Additionally, supporting the OpenSearch API would be a fantastic addition to Solr as well. This is one area I might be actually tinkering with in the coming weeks/months.

By the way, Solr rocks! Nice work, gang. Solr is going to be quite de facto in the near future for search integration, I feel it :)

        Erik

On Apr 5, 2006, at 4:43 PM, Yonik Seeley (JIRA) wrote:

can't post queries
------------------

         Key: SOLR-7
         URL: http://issues.apache.org/jira/browse/SOLR-7
     Project: Solr
        Type: Bug

    Reporter: Yonik Seeley
    Priority: Minor


One can't currently post a query (must be an http-get).
The same servlet handles /update and /select, and the doPost method always treats the request as an update.


--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to