On 1/31/07, Maximilian Hütter <[EMAIL PROTECTED]> wrote:
Posting a "normal" query-string would be fine, but that doesn't seem to
work... I tried the solr-1.1.0 with Jetty (as in the tutorial) using curl.

My request: curl -F q=solr http://localhost:8983/solr/select/ (after
loading the xml examples)
org.apache.solr.core.SolrException: Missing queryString

-F does multipart, which I'm not sure /select works with yet.  Try -d
curl -d 'q=solr' http://localhost:8983/solr/select/

-Yonik

Reply via email to