Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 30732 invoked from network); 1 Jun 2007 16:31:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jun 2007 16:31:51 -0000 Received: (qmail 68183 invoked by uid 500); 1 Jun 2007 16:31:52 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 68126 invoked by uid 500); 1 Jun 2007 16:31:52 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 68115 invoked by uid 99); 1 Jun 2007 16:31:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 09:31:52 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of buschmic@gmail.com designates 209.85.146.183 as permitted sender) Received: from [209.85.146.183] (HELO wa-out-1112.google.com) (209.85.146.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jun 2007 09:31:45 -0700 Received: by wa-out-1112.google.com with SMTP id k17so759467waf for ; Fri, 01 Jun 2007 09:31:25 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Grda4Lcqo5+2nvsXYn7HOrZPlOfFz+BmvamcBCL4eS7rlIlj9EsPWi9R6fLD9sGCD9hVkdmw6/DUGHQU3+jEzdNty10z1RucId9kdQIvQcPI0oopB//qHA2qv+VUPkNsUbxCZuynyftZF5vhDUQquPucybyQoV4CEqxtsN6x2ww= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=Cb91lKqQrWj4s5YpaeTAf55VYydjRL20Qqli2lyS8ssHLXbLbHuOI2fAlwKf7wfP23VsR3TUZLJ775R90kwkqS8m4SiZYXKJ3FUGx67cU8c1odyHF1/7wJatRyojUmjI7J9jHZdjwSRRTdv3wHWSf0OgMeE5YQ0kpHOVd45SnUw= Received: by 10.114.125.2 with SMTP id x2mr1918450wac.1180715485345; Fri, 01 Jun 2007 09:31:25 -0700 (PDT) Received: from ?192.168.0.26? ( [24.69.2.36]) by mx.google.com with ESMTP id v32sm268800wah.2007.06.01.09.31.24; Fri, 01 Jun 2007 09:31:24 -0700 (PDT) Message-ID: <466049C6.8080205@gmail.com> Date: Fri, 01 Jun 2007 09:31:02 -0700 From: Michael Busch User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: java-dev@lucene.apache.org Subject: Lucene 2.2 soon? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Team, since we released Lucene 2.1 in February there have been powerful new features like "point-in-time searching" (LUCENE-710), "Payloads" (LUCENE-755) and "API for pre-analyzed fields" (LUCENE-580), good performance improvements like "multi-level skipping" (LUCENE-866), "improved buffering" (LUCENE-888) and "improved RAMDirectory performance" (LUCENE-431). In addition there have been various other optimizations and bug fixes. Considering all these improvements I think it's time for a new release, especially since many of you voted in February to have releases more frequently. Another good thing is that since 2.1 we improved the build files significantly. In 2.1 we had problems with failing contrib tests and wrong build files in the binary package. Thanks to Hoss and Doron (and other contrib owners) we fixed already most of those contrib problems, and I'm working on fixing the binary build problem (LUCENE-894). I would volunteer to do the release work this time. In case of no negative votes we could try to aim for a release date in about 2 weeks? If we can decided that we want to make a 2.2 release as I suggest I will go ahead and create a staging area in my home directory like Yonik did with 2.1. I really liked that approach. Next week I will then upload binary and source packages built from the current trunk (after I committed 894). This will *not* be a release candidate yet, but is supposed to give us the chance to test the packages on different platforms to ensure that all build problems we had in 2.1 are solved. There are currently 9 issues in Jira targeted for 2.2: - LUCENE-510: "IndexOutput.writeString() should write length in bytes", Grant Ingersoll Not much progress has been made here lately, so I think we should move this to 2.3? - LUCENE-446: "search.function - (1) score based on field value, (2) simple score customizability", Doron Cohen This looks ready to commit, Doron? - LUCENE-894: "Custom build.xml for binary distributions", Michael Busch I'm planning to commit this soon. - LUCENE-854: "Create merge policy that doesn't periodically inadvertently optimize", Michael McCandless Do you want to get this into 2.2, Mike? - LUCENE-887: "Interruptible segment merges", Unassigned I will move this to a later release. The following 4 issue are about contrib packages and build warnings, I think they'd be nice to get in but shouldn't hold up the release. - LUCENE-875: "javadocs creation has too many warnings/errors", Doron Cohen - LUCENE-876: "contrib/gdata has many javadoc warnings", Unassigned - LUCENE-759: "Add n-gram tokenizers to contrib/analyzers", Otis Gospodnetic - LUCENE-848: "Add supported for Wikipedia English as a corpus in the benchmarker stuff", Grant Ingersoll Any others that should go in? - Michael --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org