Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 80878 invoked from network); 27 Aug 2009 22:18:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Aug 2009 22:18:28 -0000 Received: (qmail 80265 invoked by uid 500); 27 Aug 2009 22:18:26 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 80171 invoked by uid 500); 27 Aug 2009 22:18:25 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 80161 invoked by uid 99); 27 Aug 2009 22:18:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 22:18:25 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markrmiller@gmail.com designates 209.85.217.216 as permitted sender) Received: from [209.85.217.216] (HELO mail-gx0-f216.google.com) (209.85.217.216) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Aug 2009 22:18:16 +0000 Received: by gxk12 with SMTP id 12so1954075gxk.4 for ; Thu, 27 Aug 2009 15:17:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :organization:user-agent:mime-version:to:subject:x-enigmail-version :content-type:content-transfer-encoding; bh=w+2UoqNwvGjV6/BuPfr0HB3WUqQmmcUgBybSRkFPozo=; b=vFDh3q7AGOAt0RF3eQ44KP9Ijw7mbPuN2QNyk75iW18jwfHMdYxKsVturNT5cTTNvf dx98sacQg90cdKF5zturWZ4QgGqXryt89Hv9/Y2J35F7N7J2jdbVHy5FRF8ux6ZUOJ4n ORwQWe/6RUZKWQPZgegR8wzOzE0/oiC3jcSUs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:subject:x-enigmail-version:content-type :content-transfer-encoding; b=ryO/H4SyItko3riBHo4nga3hc5wOovg4mj6Mj2lPVaEj+hsecB4WxmQFvfwHae56Tb Vs6DJiFZ4qdkLmJfx24KTeeHy7kGCHQhmnM4azk+Kz54+j3r7Y6CTW5Fun4lzy5ad5r0 DvJI80rV5ioaW75hXdJUMnzh6i7/Gs+96Xol8= Received: by 10.90.127.20 with SMTP id z20mr273796agc.118.1251411475155; Thu, 27 Aug 2009 15:17:55 -0700 (PDT) Received: from ?192.168.1.104? (ool-44c639d9.dyn.optonline.net [68.198.57.217]) by mx.google.com with ESMTPS id 9sm659704agb.29.2009.08.27.15.17.54 (version=SSLv3 cipher=RC4-MD5); Thu, 27 Aug 2009 15:17:54 -0700 (PDT) Message-ID: <4A970612.1060409@apache.org> Date: Thu, 27 Aug 2009 18:17:54 -0400 From: Mark Miller Reply-To: markrmiller@apache.org Organization: Apache User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Lucene 2.9 RC1 now available for testing X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Lucene users, On behalf of the Lucene dev community (a growing community far larger than just the committers) I would like to announce the first release candidate for Lucene 2.9. Please download and check it out – take it for a spin and kick the tires. If all goes well, we hope to release the final version of Lucene 2.9 in a little over a week. While we generally try and maintain full backwards compatibility between major versions, Lucene 2.9 has a variety of breaks that are spelled out in the 'Changes in backwards compatibility policy' section of CHANGES.txt. We recommend that you recompile your application with Lucene 2.9 rather than attempting to “drop” it in. This will alert you to any issues you may have to fix if you are affected by one of the backward compatibility breaks. As always, its a really good idea to thoroughly read CHANGES.txt before upgrading. Also, remember that this is a release candidate, and not the final Lucene 2.9 release. Lucene 2.9 comes with a bevy of new features, including: Per segment searching and caching (can lead to much faster reopen among other things) Near real-time search capabilities added to IndexWriter New queries, including NumericRangeQuery and NumericRangeFilter – fast, highly scalable alternatives to RangeQuery/RangeFilter for numeric searches. Smarter, more scalable multi-term queries (wildcard, range, etc) A freshly optimized Collector/Scorer API Improved Unicode support A new Attribute based TokenStream API A new QueryParser framework in contrib with a core QueryParser replacement impl included. …. And many, many more features, bug fixes, optimizations, and various improvements. You can find the full list of changes here: HTML version: http://people.apache.org/~markrmiller/staging-area/lucene2.9changes/Changes.html Text version: http://people.apache.org/~markrmiller/staging-area/lucene2.9changes/CHANGES.txt Many changes have also occurred in Lucene's contrib area: http://people.apache.org/~markrmiller/staging-area/lucene2.9changes/contrib/CHANGES.txt Download release candidate 1 here: http://people.apache.org/~markrmiller/staging-area/lucene2.9rc1/ Be sure to report back with any issues you find! Thanks, Mark Miller -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkqXBhIACgkQ0DU3IV7ywDkucwCeN1zMAxC+YBULKKvCU8o7NV// IkEAnApyVNUwtP0LLymss1bO22D3v4A9 =a9VM -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org