Return-Path: X-Original-To: apmail-lucene-java-user-archive@www.apache.org Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE7354F34 for ; Tue, 5 Jul 2011 12:44:25 +0000 (UTC) Received: (qmail 51731 invoked by uid 500); 5 Jul 2011 12:44:23 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 51627 invoked by uid 500); 5 Jul 2011 12:44:23 -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 51536 invoked by uid 99); 5 Jul 2011 12:44:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2011 12:44:22 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [134.91.34.194] (HELO rousseau.informatik.uni-duisburg.de) (134.91.34.194) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2011 12:44:16 +0000 Received: from freinet.inf.uni-due.de ([134.91.34.217]) by rousseau.informatik.uni-duisburg.de with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Qe4yg-0001ok-S4 for java-user@lucene.apache.org; Tue, 05 Jul 2011 14:43:52 +0200 Message-ID: <4E1306FF.7050104@collide.info> Date: Tue, 05 Jul 2011 14:43:43 +0200 From: Jan Engler User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; de; rv:1.9.2.18) Gecko/20110616 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: java-user@lucene.apache.org References: <4E1303D4.40300@collide.info> In-Reply-To: X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 134.91.34.217 X-SA-Exim-Mail-From: engler@collide.info X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on rousseau.informatik.uni-duisburg.de X-Spam-Level: Subject: Re: [ANNOUNCE] Apache Lucene 3.3 X-SA-Exim-Version: 4.2.1 (built Mon, 22 Mar 2010 06:51:10 +0000) X-SA-Exim-Scanned: Yes (on rousseau.informatik.uni-duisburg.de) X-Old-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.3.1 Hi Robert, thanks a lot....found the right one ;-) Thx again, Jan Am 05.07.2011 14:34, schrieb Robert Muir: > Hi Jan, > > * LUCENE-2323: Moved contrib/regex into contrib/queries. Moved the > queryparsers under contrib/misc and contrib/surround into > contrib/queryparser. > Moved contrib/fast-vector-highlighter into contrib/highlighter. > Moved ChainedFilter from contrib/misc to contrib/queries. contrib/spatial now > depends on contrib/queries instead of contrib/misc. > > for future reference, you can find this information in CHANGES.txt , > contrib/CHANGES.txt > http://svn.apache.org/repos/asf/lucene/dev/trunk/lucene/contrib/CHANGES.txt > > > On Tue, Jul 5, 2011 at 8:30 AM, Jan Engler wrote: >> Hi, >> >> does anyone know where I could find the class "ChainedFilter" in Lucene >> 3.3.? Before our Upgrade (from 3.0.2 to 3.3.3) it was located in >> lucene-misc....but I cannot find that anymore at that location... >> >> Thx for your help, >> Jan >> >> Am 01.07.2011 07:56, schrieb Robert Muir: >>> July 2011, Apache Luceneā„¢ 3.3 available >>> The Lucene PMC is pleased to announce the release of Apache Lucene 3.3. >>> >>> 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 contains numerous bug fixes, optimizations, and >>> improvements, some of which are highlighted below. The release >>> is available for immediate download at: >>> http://www.apache.org/dyn/closer.cgi/lucene/java (see note below). >>> >>> See the CHANGES.txt file included with the release for a full list of details. >>> >>> Lucene 3.3 Release Highlights: >>> >>> * The spellchecker module now includes suggest/auto-complete functionality, >>> with three implementations: Jaspell, Ternary Trie, and Finite State. >>> >>> * Support for merging results from multiple shards, for both "normal" >>> search results (TopDocs.merge) as well as grouped results using the >>> grouping module (SearchGroup.merge, TopGroups.merge). >>> >>> * An optimized implementation of KStem, a less aggressive stemmer >>> for English. >>> >>> * Single-pass grouping implementation based on block document indexing. >>> >>> * Improvements to MMapDirectory (now also the default implementation >>> returned by FSDirectory.open on 64-bit Linux). >>> >>> * NRTManager simplifies handling near-real-time search with multiple >>> search threads, allowing the application to control which indexing >>> changes must be visible to which search requests. >>> >>> * TwoPhaseCommitTool facilitates performing a multi-resource >>> two-phased commit, including IndexWriter. >>> >>> * The default merge policy, TieredMergePolicy, has a new method >>> (set/getReclaimDeletesWeight) to control how aggressively it >>> targets segments with deletions, and is now more aggressive than >>> before by default. >>> >>> * PKIndexSplitter tool splits an index by a mid-point term. >>> >>> 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. >>> >>> Thanks, >>> Apache Lucene Developers >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org >>> For additional commands, e-mail: java-user-help@lucene.apache.org >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org >> For additional commands, e-mail: java-user-help@lucene.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org