A good reason for applications to only use formal versions (vs. trunk) is backwards compatibility (see "BackwardsCompatibility" in Lucene Wiki).
An index created with a formal version (major or minor), would be readable (and hence upgradable) by a later version. But for interim trunk states this is not guaranteed. For example, version 2.2 will correctly open a 2.1 index, but it might fail to open an index created with (say) the current trunk (in between 2.1 and 2.2). Doron "Jean-Philippe Robichaud" <[EMAIL PROTECTED]> wrote on 15/03/2007 06:32:47: > Thanks for your insight, it matches my thoughts. The only reason I'm > wondering is because the latest change in the lucene_2_1 branch is 4 > weeks old. So either no bugs were found since then (yeah!) or the bugs > gets fixed in the trunk... > > I'll search JIRA and decides after! > > Thanks! > > Jp > > -----Original Message----- > From: Grant Ingersoll [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 15, 2007 9:27 AM > To: java-user@lucene.apache.org > Subject: Re: Is Lucene Java trunk still stable for production code? > > Well, I think the standard disclaimer applies here: The trunk is not > guaranteed to be stable (but, hey, what really is, right?). Releases > are meant to be "production ready" to the best of our knowledge at > the time. > > That being said, we do make efforts to keep the trunk stable. I > guess the answer ultimately depends on your business needs. If I > were doing it, I would move to 2.1, but that's just me! > > -Grant > > On Mar 14, 2007, at 5:12 PM, Jean-Philippe Robichaud wrote: > > > Hello Dear Lucene Users! > > > > > > > > Back in the old days (well, last year) the lucene/java/trunk > > subversion > > path was always stable enough for everyone to use into production > > code. > > Now, with the 2.0/2.1/2.2 braches, is it still the case? > > > > > > > > In December, I 'ported' my app to use the lucene 2.0 release. Now, I > > have another chance to upgrade the production code (this is not > > happening every month!) so I would like to upgrade the lucene library > > I'm using to take advantage of performance gains. Should I just > > update > > my svn image from lucene/java/trunk or should I take > > lucene/java/branches/lucene_2_1 > > > > > > > > Thanks! > > > > > > > > Jp > > > > -------------------------- > Grant Ingersoll > Center for Natural Language Processing > http://www.cnlp.org > > Read the Lucene Java FAQ at http://wiki.apache.org/jakarta-lucene/ > LuceneFAQ > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]