Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 28660 invoked from network); 26 Feb 2010 11:55:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 Feb 2010 11:55:08 -0000 Received: (qmail 91821 invoked by uid 500); 26 Feb 2010 11:55:08 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 91695 invoked by uid 500); 26 Feb 2010 11:55:08 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 91688 invoked by uid 99); 26 Feb 2010 11:55:08 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 11:55:08 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [85.25.71.29] (HELO mail.troja.net) (85.25.71.29) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Feb 2010 11:54:57 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.troja.net (Postfix) with ESMTP id 19649D36009 for ; Fri, 26 Feb 2010 12:54:37 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.troja.net Received: from mail.troja.net ([127.0.0.1]) by localhost (megaira.troja.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ED-ILeQz91kX for ; Fri, 26 Feb 2010 12:54:34 +0100 (CET) Received: from VEGA (unknown [134.102.249.74]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.troja.net (Postfix) with ESMTPSA id 30483D36007 for ; Fri, 26 Feb 2010 12:54:33 +0100 (CET) From: "Uwe Schindler" To: References: <000301cab6bc$200b7890$602269b0$@de> <126142c1002260329j43848401mfd665526ce0ecf0d@mail.gmail.com> In-Reply-To: <126142c1002260329j43848401mfd665526ce0ecf0d@mail.gmail.com> Subject: RE: ANNOUNCE: Release of Lucene Java 3.0.1 and 2.9.2 Date: Fri, 26 Feb 2010 12:54:46 +0100 Message-ID: <001701cab6da$7e206b20$7a614160$@de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acq21xWYh4y6VpQOR9Gb5B7zKmPAHgAA1B5A Content-Language: de X-Virus-Checked: Checked by ClamAV on apache.org This correct. If you compile your own version it is not generating the = same artifact as released. Therefore it has -dev in the name. ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: uwe@thetaphi.de > -----Original Message----- > From: Marcelo Ochoa [mailto:marcelo.ochoa@gmail.com] > Sent: Friday, February 26, 2010 12:30 PM > To: java-dev@lucene.apache.org > Subject: Re: ANNOUNCE: Release of Lucene Java 3.0.1 and 2.9.2 >=20 > Hi Uwe: > I just download latest 2.9.2 from an Apache mirror (src.zip version) > and I found that at common-build.xml file version string is defined > as: >=20 > > >=20 > Is this right or should be 2.9.2? > I am using this string when build a new Lucene Domain Index > distribution file. > Best regards, Marcelo. >=20 > On Fri, Feb 26, 2010 at 5:17 AM, Uwe Schindler = wrote: > > Hello Lucene users, > > > > On behalf of the Lucene development community I would like to > announce the release of Lucene Java versions 3.0.1 and 2.9.2: > > > > Both releases fix bugs in the previous versions: > > > > - 2.9.2 is a bugfix release for the Lucene Java 2.x series, based on > Java 1.4 > > - 3.0.1 has the same bug fix level but is for the Lucene Java 3.x > series, based on Java 5. > > > > New users of Lucene are advised to use version 3.0.1 for new > developments, because it has a clean, type-safe API. > > > > Important improvements in these releases include: > > > > - An increased maximum number of unique terms in each index segment. > > - Fixed experimental CustomScoreQuery to respect per-segment search. > This introduced an API change! > > - Important fixes to IndexWriter: a commit() thread-safety issue, > lost document deletes in near real-time indexing. > > - Bugfixes for Contrib's Analyzers package. > > - Restoration of some public methods that were lost during > deprecation removal. > > - The new Attribute-based TokenStream API now works correctly with > different class loaders. > > > > Both releases are fully compatible with the corresponding previous > versions. We strongly recommend upgrading to 2.9.2 if you are using > 2.9.1 or 2.9.0; and to 3.0.1 if you are using 3.0.0. > > > > See core changes at > > http://lucene.apache.org/java/3_0_1/changes/Changes.html > > http://lucene.apache.org/java/2_9_2/changes/Changes.html > > > > and contrib changes at > > http://lucene.apache.org/java/3_0_1/changes/Contrib-Changes.html > > http://lucene.apache.org/java/2_9_2/changes/Contrib-Changes.html > > > > 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/ > > > > ----- > > Uwe Schindler > > uschindler@apache.org > > Apache Lucene Java Committer > > Bremen, Germany > > http://lucene.apache.org/java/docs/ > > > > > > > > = --------------------------------------------------------------------- > > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > > For additional commands, e-mail: java-dev-help@lucene.apache.org > > > > >=20 >=20 >=20 > -- > Marcelo F. Ochoa > http://marceloochoa.blogspot.com/ > http://mochoa.sites.exa.unicen.edu.ar/ > ______________ > Want to integrate Lucene and Oracle? > http://marceloochoa.blogspot.com/2007/09/running-lucene-inside-your- > oracle-jvm.html > Is Oracle 11g REST ready? > http://marceloochoa.blogspot.com/2008/02/is-oracle-11g-rest-ready.html >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org