Re: lucene delete by query

2008-07-24 Thread Michael McCandless
Unfortunately, this is not an easy question to answer ... it's really up to you to test it out for your application & production env, and see. We certainly try very hard not to break things, but alot of sizable changes have gone into the trunk since 2.3. Lucene has good test case covera

Re: lucene delete by query

2008-07-23 Thread Cam Bazz
how reliable is the version in the trunk? is it ok for production? On Wed, Jul 23, 2008 at 5:25 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > It's in the lucene trunk (current development version). > IndexWriter.deleteDocuments(Query query) > > -Yonik > > On Wed, Jul 23, 2008 at 9:53 AM, Cam Ba

Re: lucene delete by query

2008-07-23 Thread Yonik Seeley
It's in the lucene trunk (current development version). IndexWriter.deleteDocuments(Query query) -Yonik On Wed, Jul 23, 2008 at 9:53 AM, Cam Bazz <[EMAIL PROTECTED]> wrote: > hello, > > was not there a lucene delete by query feature coming up? I remember > something like that, but I could not fin