On 8/8/07, Yonik Seeley <[EMAIL PROTECTED]> wrote:
> Let's take a simple case of deleting documents in a range, like
> date:[2006 TO 2008]
> One would currently need to close the writer and open a new reader to
> ensure that they can "see" all the documents.  Then execute a
> RangeQuery, collect the ids, and do deletes.

This reminds me: It'd be nice if we could support delete-by-query someday. :)

I was thinking people use deleteDocument(int docid) when they are sure
the docid hasn't changed since obtained. That's why I considered it an
expert method...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to