I updated to the latest branch_3x (r1124339) and I'm now getting the
error below when trying a delete by query or id. Adding documents with
the new format works as do the commit and optimize commands. Possible
regression due to SOLR-2496?

curl 'http://localhost:8988/solr/update/json?wt=json' -H
'Content-type:application/json' -d '{"delete":{"query":"*:*"}}'

Error 400 meaningless command:
delete:query=`*:*`,fromPending=false,fromCommitted=false

Problem accessing /solr/update/json. Reason:
  meaningless command: delete:query=`*:*`,fromPending=false,fromCommitted=false

Reply via email to