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 C6C8576E6 for ; Tue, 20 Sep 2011 10:58:23 +0000 (UTC) Received: (qmail 86589 invoked by uid 500); 20 Sep 2011 10:58:21 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 86508 invoked by uid 500); 20 Sep 2011 10:58:20 -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 86499 invoked by uid 99); 20 Sep 2011 10:58:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2011 10:58:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of caraman.mihai@gmail.com designates 209.85.210.176 as permitted sender) Received: from [209.85.210.176] (HELO mail-iy0-f176.google.com) (209.85.210.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2011 10:58:12 +0000 Received: by iabz7 with SMTP id z7so664420iab.35 for ; Tue, 20 Sep 2011 03:57:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=tQiFxKeQpOQ/+XH7L/4Iu2rcy4yjkqSqr/QYjDRDmv0=; b=t1Zu/Ch2g4+YvmQk4TGAZT6HHjAORCpze9DauLhooDQD1poWQ1hT98Y+TLdsqn02LM EooElPKfadIQiqV/1nLvGIVXu8ZEErOLMgz8qBc/fPn3roZSE5GOcSFhaDyvJORtEOzI Ji/wxmEOxgfjslDkQYZf3rbHw0sXSSti1gWPw= MIME-Version: 1.0 Received: by 10.42.244.136 with SMTP id lq8mr1241496icb.33.1316516271729; Tue, 20 Sep 2011 03:57:51 -0700 (PDT) Received: by 10.231.39.200 with HTTP; Tue, 20 Sep 2011 03:57:51 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 Sep 2011 13:57:51 +0300 Message-ID: Subject: Re: [ANNOUNCE] Apache Lucene 3.4.0 released From: Mihai Caraman To: java-user@lucene.apache.org Content-Type: multipart/alternative; boundary=90e6ba6e876eb7ab1f04ad5d54a4 X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba6e876eb7ab1f04ad5d54a4 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable How can you use the TaxonomyReader in NRT search? Fantastic job! 2011/9/15 Michael McCandless > September 14 2011, Apache Lucene=99 3.4.0 available > > The Lucene PMC is pleased to announce the release of Apache Lucene 3.4.0. > > 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). > > If you are already using Apache Lucene 3.1, 3.2 or 3.3, we strongly > recommend you upgrade to 3.4.0 because of the index corruption bug on > OS or computer crash or power loss (LUCENE-3418), now fixed in 3.4.0. > > See the CHANGES.txt file included with the release for a full list of > details. > > Lucene 3.4.0 Release Highlights: > > * Fixed a major bug (LUCENE-3418) whereby a Lucene index could > easily become corrupted if the OS or computer crashed or lost > power. > > * Added a new faceting module (contrib/facet) for computing facet > counts (both hierarchical and non-hierarchical) at search > time (LUCENE-3079). > > * Added a new join module (contrib/join), enabling indexing and > searching of nested (parent/child) documents using > BlockJoinQuery/Collector (LUCENE-3171). > > * It is now possible to index documents with term frequencies > included but without positions (LUCENE-2048); previously > omitTermFreqAndPositions always omitted both. > > * The modular QueryParser (contrib/queryparser) can now create > NumericRangeQuery. > > * Added SynonymFilter, in contrib/analyzers, to apply multi-word > synonyms during indexing or querying, including parsers to read > the wordnet and solr synonym formats (LUCENE-3233). > > * You can now control how documents that don't have a value on the > sort field should sort (LUCENE-3390), using SortField.setMissingValue. > > * Fixed a case where term vectors could be silently deleted from the > index after addIndexes (LUCENE-3402). > > 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, > > Apache Lucene/Solr Developers > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-user-help@lucene.apache.org > > --90e6ba6e876eb7ab1f04ad5d54a4--