|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
2.9.1 release draftAny suggested changes?
Subject: [ANNOUNCE] Apache Lucene 2.9.1 released Release 2.9.1 of Apache Lucene is now available. This release fixes bugs from 2.9.0, including one serious bug whereby BooleanQuery could silently fail to retrieve certain matching documents. There are also some minor API changes, including a Version parameter added to QueryParser and contrib Analyzers, so that version dependent defaults are consistent across classes, as well as un-deprecating of certain methods (we were too zealous in a few cases!). Otherwise the changes are all bug fixes and documentation improvements. This release is fully compatible with 2.9.0. We strongly recommend upgrading to 2.9.1 if you are using 2.9.0. See core changes at XXX and contrib changes at YYY. Binary and source distributions are available at http://www.apache.org/dyn/closer.cgi/lucene/java/ Lucene artifacts are also available in the Maven2 repository at http://repo1.maven.org/maven2/org/apache/lucene/ Mike --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@... For additional commands, e-mail: java-dev-help@... |
|
|
RE: 2.9.1 release draftHi Mike,
one small addition: "If you want to upgrade to Lucene 3.0 soon, you should fix all deprecations in your code using the new 2.9.1 version to be able to drop-in the coming Lucene 3.0 JAR." (or something like that). +1 otherwise. Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@... > -----Original Message----- > From: Michael McCandless [mailto:lucene@...] > Sent: Friday, November 06, 2009 1:58 AM > To: java-dev@... > Subject: 2.9.1 release draft > > Any suggested changes? > > > Subject: [ANNOUNCE] Apache Lucene 2.9.1 released > > Release 2.9.1 of Apache Lucene is now available. > > This release fixes bugs from 2.9.0, including one serious bug whereby > BooleanQuery could silently fail to retrieve certain matching > documents. > > There are also some minor API changes, including a Version parameter > added to QueryParser and contrib Analyzers, so that version dependent > defaults are consistent across classes, as well as un-deprecating of > certain methods (we were too zealous in a few cases!). > > Otherwise the changes are all bug fixes and documentation > improvements. > > This release is fully compatible with 2.9.0. We strongly recommend > upgrading to 2.9.1 if you are using 2.9.0. > > See core changes at XXX and contrib changes at YYY. > > Binary and source distributions are available at > http://www.apache.org/dyn/closer.cgi/lucene/java/ > > Lucene artifacts are also available in the Maven2 repository at > http://repo1.maven.org/maven2/org/apache/lucene/ > > Mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@... > For additional commands, e-mail: java-dev-help@... --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@... For additional commands, e-mail: java-dev-help@... |
|
|
Re: 2.9.1 release draftOK will do!
Mike On Fri, Nov 6, 2009 at 11:47 AM, Uwe Schindler <uwe@...> wrote: > Hi Mike, > > one small addition: > > "If you want to upgrade to Lucene 3.0 soon, you should fix all deprecations > in your code using the new 2.9.1 version to be able to drop-in the coming > Lucene 3.0 JAR." (or something like that). > > +1 otherwise. > > Uwe > > ----- > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: uwe@... > > >> -----Original Message----- >> From: Michael McCandless [mailto:lucene@...] >> Sent: Friday, November 06, 2009 1:58 AM >> To: java-dev@... >> Subject: 2.9.1 release draft >> >> Any suggested changes? >> >> >> Subject: [ANNOUNCE] Apache Lucene 2.9.1 released >> >> Release 2.9.1 of Apache Lucene is now available. >> >> This release fixes bugs from 2.9.0, including one serious bug whereby >> BooleanQuery could silently fail to retrieve certain matching >> documents. >> >> There are also some minor API changes, including a Version parameter >> added to QueryParser and contrib Analyzers, so that version dependent >> defaults are consistent across classes, as well as un-deprecating of >> certain methods (we were too zealous in a few cases!). >> >> Otherwise the changes are all bug fixes and documentation >> improvements. >> >> This release is fully compatible with 2.9.0. We strongly recommend >> upgrading to 2.9.1 if you are using 2.9.0. >> >> See core changes at XXX and contrib changes at YYY. >> >> Binary and source distributions are available at >> http://www.apache.org/dyn/closer.cgi/lucene/java/ >> >> Lucene artifacts are also available in the Maven2 repository at >> http://repo1.maven.org/maven2/org/apache/lucene/ >> >> Mike >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-dev-unsubscribe@... >> For additional commands, e-mail: java-dev-help@... > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@... > For additional commands, e-mail: java-dev-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@... For additional commands, e-mail: java-dev-help@... |
|
|
Re: 2.9.1 release draftOK new version (just added the "Furthermore..." from Uwe's feedback):
Subject: [ANNOUNCE] Apache Lucene 2.9.1 released Release 2.9.1 of Apache Lucene is now available. This release fixes bugs from 2.9.0, including one serious bug whereby BooleanQuery could silently fail to retrieve certain matching documents. There are also some minor API changes, including a Version parameter added to QueryParser and contrib Analyzers, so that version dependent defaults are consistent across classes, as well as un-deprecating of certain methods (we were too zealous in a few cases!). Otherwise the changes are all bug fixes and documentation improvements. This release is fully compatible with 2.9.0. We strongly recommend upgrading to 2.9.1 if you are using 2.9.0. Furthermore, because some additional APIs were deprecated in 2.9.1, to ensure a clean ("JAR drop in") upgrade to 3.0 you'll need to ensure your code compiles against 2.9.1 without deprecation warnings. See core changes at XXX and contrib changes at YYY. Binary and source distributions are available at http://www.apache.org/dyn/closer.cgi/lucene/java/ Lucene artifacts are also available in the Maven2 repository at http://repo1.maven.org/maven2/org/apache/lucene/ Mike On Fri, Nov 6, 2009 at 11:48 AM, Michael McCandless <lucene@...> wrote: > OK will do! > > Mike > > On Fri, Nov 6, 2009 at 11:47 AM, Uwe Schindler <uwe@...> wrote: >> Hi Mike, >> >> one small addition: >> >> "If you want to upgrade to Lucene 3.0 soon, you should fix all deprecations >> in your code using the new 2.9.1 version to be able to drop-in the coming >> Lucene 3.0 JAR." (or something like that). >> >> +1 otherwise. >> >> Uwe >> >> ----- >> Uwe Schindler >> H.-H.-Meier-Allee 63, D-28213 Bremen >> http://www.thetaphi.de >> eMail: uwe@... >> >> >>> -----Original Message----- >>> From: Michael McCandless [mailto:lucene@...] >>> Sent: Friday, November 06, 2009 1:58 AM >>> To: java-dev@... >>> Subject: 2.9.1 release draft >>> >>> Any suggested changes? >>> >>> >>> Subject: [ANNOUNCE] Apache Lucene 2.9.1 released >>> >>> Release 2.9.1 of Apache Lucene is now available. >>> >>> This release fixes bugs from 2.9.0, including one serious bug whereby >>> BooleanQuery could silently fail to retrieve certain matching >>> documents. >>> >>> There are also some minor API changes, including a Version parameter >>> added to QueryParser and contrib Analyzers, so that version dependent >>> defaults are consistent across classes, as well as un-deprecating of >>> certain methods (we were too zealous in a few cases!). >>> >>> Otherwise the changes are all bug fixes and documentation >>> improvements. >>> >>> This release is fully compatible with 2.9.0. We strongly recommend >>> upgrading to 2.9.1 if you are using 2.9.0. >>> >>> See core changes at XXX and contrib changes at YYY. >>> >>> Binary and source distributions are available at >>> http://www.apache.org/dyn/closer.cgi/lucene/java/ >>> >>> Lucene artifacts are also available in the Maven2 repository at >>> http://repo1.maven.org/maven2/org/apache/lucene/ >>> >>> Mike >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: java-dev-unsubscribe@... >>> For additional commands, e-mail: java-dev-help@... >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-dev-unsubscribe@... >> For additional commands, e-mail: java-dev-help@... >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@... For additional commands, e-mail: java-dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |