Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 59948 invoked from network); 15 Feb 2010 19:06:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Feb 2010 19:06:30 -0000 Received: (qmail 17797 invoked by uid 500); 15 Feb 2010 19:06:30 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 17688 invoked by uid 500); 15 Feb 2010 19:06:29 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 17679 invoked by uid 99); 15 Feb 2010 19:06:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2010 19:06:29 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2010 19:06:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 5500523888E3; Mon, 15 Feb 2010 19:06:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r910306 - in /lucene/solr/trunk: ./ lib/ Date: Mon, 15 Feb 2010 19:06:05 -0000 To: solr-commits@lucene.apache.org From: yonik@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100215190605.5500523888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: yonik Date: Mon Feb 15 19:06:04 2010 New Revision: 910306 URL: http://svn.apache.org/viewvc?rev=910306&view=rev Log: upgrade to lucene 2.9.2 rc1 Added: lucene/solr/trunk/lib/lucene-analyzers-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-collation-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-core-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-fast-vector-highlighter-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-highlighter-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-memory-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-misc-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-queries-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-snowball-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-spatial-2.9.2.jar (with props) lucene/solr/trunk/lib/lucene-spellchecker-2.9.2.jar (with props) Removed: lucene/solr/trunk/lib/lucene-analyzers-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-collation-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-core-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-fast-vector-highlighter-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-highlighter-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-memory-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-misc-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-queries-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-snowball-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-spatial-2.9.1-dev.jar lucene/solr/trunk/lib/lucene-spellchecker-2.9.1-dev.jar Modified: lucene/solr/trunk/CHANGES.txt lucene/solr/trunk/common-build.xml Modified: lucene/solr/trunk/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=910306&r1=910305&r2=910306&view=diff ============================================================================== --- lucene/solr/trunk/CHANGES.txt (original) +++ lucene/solr/trunk/CHANGES.txt Mon Feb 15 19:06:04 2010 @@ -33,6 +33,9 @@ Versions of Major Components --------------------- +Apache Lucene 2.9.2-rc1 (r910082 on 2.9 branch) +Apache Tika 0.4 +Carrot2 3.1.0 Detailed Change List ---------------------- @@ -230,8 +233,6 @@ * SOLR-1696 : Deprecate old syntax and move configuration to HighlightComponent (noble) -* Upgraded to Lucene 2.9-dev r900226 (koji) - * SOLR-1727: SolrEventListener should extend NamedListInitializedPlugin (noble) * SOLR-1771: Improved error message when StringIndex cannot be initialized Modified: lucene/solr/trunk/common-build.xml URL: http://svn.apache.org/viewvc/lucene/solr/trunk/common-build.xml?rev=910306&r1=910305&r2=910306&view=diff ============================================================================== --- lucene/solr/trunk/common-build.xml (original) +++ lucene/solr/trunk/common-build.xml Mon Feb 15 19:06:04 2010 @@ -114,7 +114,7 @@ The version suffix of the Lucene artifacts checked into "lib" IF YOU CHANGE THIS, SANITY CHECK "javadoc.link.lucene" --> - + Added: lucene/solr/trunk/lib/lucene-analyzers-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-analyzers-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-analyzers-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-collation-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-collation-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-collation-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-core-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-core-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-core-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-fast-vector-highlighter-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-fast-vector-highlighter-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-fast-vector-highlighter-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-highlighter-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-highlighter-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-highlighter-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-memory-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-memory-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-memory-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-misc-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-misc-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-misc-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-queries-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-queries-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-queries-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-snowball-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-snowball-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-snowball-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-spatial-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-spatial-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-spatial-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/trunk/lib/lucene-spellchecker-2.9.2.jar URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-spellchecker-2.9.2.jar?rev=910306&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/trunk/lib/lucene-spellchecker-2.9.2.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream