Return-Path: X-Original-To: apmail-lucene-general-archive@www.apache.org Delivered-To: apmail-lucene-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 923F0DCE7 for ; Sun, 22 Jul 2012 13:51:48 +0000 (UTC) Received: (qmail 37473 invoked by uid 500); 22 Jul 2012 13:51:45 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 32935 invoked by uid 500); 22 Jul 2012 13:51:39 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 32841 invoked by uid 99); 22 Jul 2012 13:51:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 13:51:37 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [188.138.97.18] (HELO mail.sd-datasolutions.de) (188.138.97.18) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2012 13:51:28 +0000 Received: from VEGA (port-92-196-51-162.dynamic.qsc.de [92.196.51.162]) by mail.sd-datasolutions.de (Postfix) with ESMTPSA id 995D014AA07F; Sun, 22 Jul 2012 13:51:07 +0000 (UTC) From: "Uwe Schindler" To: Cc: , , Subject: [ANNOUNCE] Apache Lucene 3.6.1 released Date: Sun, 22 Jul 2012 15:51:47 +0200 Message-ID: <010a01cd6811$22d72430$68856c90$@apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac1oEC36H/e8JQg0Q0ykJ/k70Ts0rQ== Content-Language: de 22 July 2012, Apache LuceneT 3.6.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 3.6.1. Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java. It is a technology suitable for nearly any application that requires full-text search, especially cross-platform. This release is a bug fix release for version 3.6.0. It contains numerous bug fixes, optimizations, and improvements, some of which are highlighted below. The release is available for immediate download at: http://lucene.apache.org/core/mirrors-core-3x-redir.html (see note below). See the CHANGES.txt file included with the release for a full list of details. Lucene 3.6.1 Release Highlights: * The concurrency of MMapIndexInput.clone() was improved, which caused a performance regression in comparison to Lucene 3.5.0. * MappingCharFilter was fixed to return correct final token positions. * QueryParser now supports +/- operators with any amount of whitespace. * DisjunctionMaxScorer now implements visitSubScorers(). * Changed the visibility of Scorer#visitSubScorers() to public, otherwise it's impossible to implement Scorers outside the Lucene package. This is a small backwards break, affecting a few users who implemented custom Scorers. * Various analyzer bugs where fixed: Kuromoji to not produce invalid token graph due to UNK with punctuation being decompounded, invalid position length in SynonymFilter, loading of Hunspell dictionaries that use aliasing, be consistent with closing streams when loading Hunspell affix files. * Various bugs in FST components were fixed: Offline sorter minimum buffer size, integer overflow in sorter, FSTCompletionLookup missed to close its sorter. * Fixed a synchronization bug in handling taxonomies in facet module. * Various minor bugs were fixed: BytesRef/CharsRef copy methods with nonzero offsets and subSequence off-by-one, TieredMergePolicy returned wrong-scaled floor segment setting. Note: The Apache Software Foundation uses an extensive mirroring network for distributing releases. It is possible that the mirror you are using may not have replicated the release yet. If that is the case, please try another mirror. This also goes for Maven access. Happy searching, Uwe Schindler (release manager) & all Lucene/Solr developers ----- Uwe Schindler uschindler@apache.org Apache Lucene PMC Member / Committer Bremen, Germany http://lucene.apache.org/