
lucene at mikemccandless
Jul 24, 2008, 3:21 AM
Post #4 of 4
(200 views)
Permalink
|
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 coverage, and that coverage keeps improving with time -- every time we find something broken we make a test case first to catch it & prevent it in the future, then fix it. If you do test the trunk it'd be great to hear back how it went, good or bad, because that helps us improve, faster... Mike Cam Bazz wrote: > how reliable is the version in the trunk? is it ok for production? > > > > On Wed, Jul 23, 2008 at 5:25 PM, Yonik Seeley <yonik[at]apache.org> > 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 Bazz <cambazz[at]gmail.com> wrote: >>> hello, >>> >>> was not there a lucene delete by query feature coming up? I remember >>> something like that, but I could not find an references. >>> >>> best regards, >>> -c.b. >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscribe[at]lucene.apache.org >> For additional commands, e-mail: java-user-help[at]lucene.apache.org >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe[at]lucene.apache.org For additional commands, e-mail: java-user-help[at]lucene.apache.org
|