Re: Delete by multiple query doesn't seem to work

2008-05-30 Thread Chris Hostetter
: Thanks for the suggestion. It didn't do anything. FWIW: If you have a query (any query) that returns result when you use the sstandard request handler, but does not delete any docs when sent in a ... update command, then that is a bug. A reproducable test case filed in Jira would be apprecia

Re: Delete by multiple query doesn't seem to work

2008-05-23 Thread Tracy Flynn
Thanks for the suggestion. It didn't do anything. I ended up redoing the deletes as a set of individual xxxid> requests, POSTed one at a time over an open HTTP connection (as suggested in another email thread on the issue). On May 22, 2008, at 12:39 AM, Shalin Shekhar Mangar wrote: Not sur

Re: Delete by multiple query doesn't seem to work

2008-05-21 Thread Shalin Shekhar Mangar
Not sure, but try using: document_id:"A-395" OR document_id:"A-1949" On Thu, May 22, 2008 at 7:46 AM, Tracy Flynn <[EMAIL PROTECTED]> wrote: > > I'm trying to exploit 'Delete by Query' with multiple IDs in the query. > > I'm using vanilla SOLR 1.2 > > My schema specifies. > > document_id > > My u

Delete by multiple query doesn't seem to work

2008-05-21 Thread Tracy Flynn
I'm trying to exploit 'Delete by Query' with multiple IDs in the query. I'm using vanilla SOLR 1.2 My schema specifies. document_id My unique document ids are of the form 'A-xxx' , 'T-xxx" and so on. The following individual delete works: curl http://work:8983/solr/update -H "Content-Type: