Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 32942 invoked from network); 19 Sep 2009 16:59:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Sep 2009 16:59:46 -0000 Received: (qmail 86050 invoked by uid 500); 19 Sep 2009 16:59:44 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 85987 invoked by uid 500); 19 Sep 2009 16:59:44 -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 85977 invoked by uid 99); 19 Sep 2009 16:59:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Sep 2009 16:59:44 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of markrmiller@gmail.com designates 209.85.221.186 as permitted sender) Received: from [209.85.221.186] (HELO mail-qy0-f186.google.com) (209.85.221.186) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Sep 2009 16:59:32 +0000 Received: by qyk16 with SMTP id 16so1512169qyk.20 for ; Sat, 19 Sep 2009 09:59:11 -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=bd9KfH5jbtKTROnRYUF5lRIaTkqWrJ84/kYo3XSlt3s=; b=SZAFajObwR/NDse1qPTQZNTRh82ZM0c86NIfYFhe/7qCQtTpNusFXBoZ7biVNT7W53 aebqkJHABTLbVcpMXU+MEpx5Oy1+dzZpMs9t0K1vzxLYI6yNR6tTi5n7XPB5PJQhfqPb qJdMJzgzkdKhJnaZGcxlrnqkCTRlMWibG+Wjo= 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=X+fH7deg1KUTodQTnA4WmBKRVYKGam8MYncQlnZvoARC0cNkyb90eHhyvICSLCCpDO hZwvohFSzd8MgXOOaI5xXenMgC+8PJ5x6VOunxlZHhsRUgDDZU1en9CgPJMWKh+R3YuZ hmnO8d75NdovswZwUTfjh8L5J88zgPXkzlk6w= Received: by 10.224.123.169 with SMTP id p41mr2314465qar.344.1253379551319; Sat, 19 Sep 2009 09:59:11 -0700 (PDT) Received: from ?192.168.1.108? (ool-44c639d9.dyn.optonline.net [68.198.57.217]) by mx.google.com with ESMTPS id 2sm2847938qwi.12.2009.09.19.09.59.10 (version=SSLv3 cipher=RC4-MD5); Sat, 19 Sep 2009 09:59:10 -0700 (PDT) Message-ID: <4AB50DE1.3080407@apache.org> Date: Sat, 19 Sep 2009 12:59:13 -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 RC5 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 fifth (and hopefully last) 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 very shortly. The following issues were addressed since the last release candidate: LUCENE-1919 - Fix analysis back compat break. LUCENE-1918 - fix corner cases (resulting in exceptions) when passing ParallelReader to IndexWriter.addIndexes LUCENE-1913 - FastVectorHighlighter: AIOOBE occurs if one PhraseQuery is contained by another PhraseQuery LUCENE-1911 - Add a new DocIdSet.isCacheable() method that defaults to false, but is true for some DocIdSet impls, that are effective and use no disk I/O during iteration (OpenBitSet, SortedVIntList, DocIdBitSet, EMPTY_DOCIDSET, some FieldCache filter impls). CachingWrapperFilter now copies all DocIdSets, which are not cacheable, into an OpenBitSetDISI for caching. LUCENE-1912 - fix issue when 2 or more terms are concatenated in fast-vector-highlighter LUCENE-1908 - Scoring documentation imrovements in Similarity javadocs. LUCENE-1872 - Javadocs updates of Numeric* 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 Query types * Smarter, more scalable multi-term queries (wildcard, range, etc) * A freshly optimized Collector/Scorer API * Improved Unicode support and the addition of Collation contrib * A new Attribute based TokenStream API * A new QueryParser framework in contrib with a core QueryParser replacement impl included. * Scoring is now optional when sorting by Field, or using a custom Collector, gaining sizable performance when scores are not required. * New analyzers (PersianAnalyzer, ArabicAnalyzer, SmartChineseAnalyzer) * New fast-vector-highlighter * Lucene now includes high-performance handling of numeric fields. Such fields are indexed with a trie structure, enabling simple to use and much faster numeric range searching without having to externally pre-process numeric values into textual values. --- 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: HTML version: http://people.apache.org/~markrmiller/staging-area/lucene2.9changes/Contrib-Changes.html Text version: http://people.apache.org/~markrmiller/staging-area/lucene2.9changes/CONTRIB-CHANGES.txt Download release candidate 5 here: http://people.apache.org/~markrmiller/staging-area/lucene2.9rc5/ 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/ iEYEARECAAYFAkq1Dd0ACgkQ0DU3IV7ywDlFNACeOtjmjUBX/OOlPdIVZzdn8WcY dEkAnAxzUEC4CDexEzIH3pdOjYa+kCHu =Zn2F -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org