: 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
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
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
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: