Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@minotaur.apache.org Received: (qmail 90445 invoked from network); 14 Jun 2010 15:12:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jun 2010 15:12:36 -0000 Received: (qmail 35188 invoked by uid 500); 14 Jun 2010 13:25:55 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 35010 invoked by uid 500); 14 Jun 2010 13:25:52 -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 34789 invoked by uid 99); 14 Jun 2010 13:25:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jun 2010 13:25:51 +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, 14 Jun 2010 13:25:48 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 19D5C238899C; Mon, 14 Jun 2010 13:25:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r954443 - in /lucene/solr/branches/branch-1.4: ./ lib/ Date: Mon, 14 Jun 2010 13:25:02 -0000 To: solr-commits@lucene.apache.org From: markrmiller@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100614132502.19D5C238899C@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: markrmiller Date: Mon Jun 14 13:25:01 2010 New Revision: 954443 URL: http://svn.apache.org/viewvc?rev=954443&view=rev Log: upgrade to Lucene 2.9.3 Added: lucene/solr/branches/branch-1.4/lib/lucene-analyzers-2.9.3.jar (with props) lucene/solr/branches/branch-1.4/lib/lucene-core-2.9.3.jar (with props) lucene/solr/branches/branch-1.4/lib/lucene-highlighter-2.9.3.jar (with props) lucene/solr/branches/branch-1.4/lib/lucene-memory-2.9.3.jar (with props) lucene/solr/branches/branch-1.4/lib/lucene-misc-2.9.3.jar (with props) lucene/solr/branches/branch-1.4/lib/lucene-queries-2.9.3.jar (with props) lucene/solr/branches/branch-1.4/lib/lucene-snowball-2.9.3.jar (with props) lucene/solr/branches/branch-1.4/lib/lucene-spellchecker-2.9.3.jar (with props) Modified: lucene/solr/branches/branch-1.4/CHANGES.txt lucene/solr/branches/branch-1.4/common-build.xml Modified: lucene/solr/branches/branch-1.4/CHANGES.txt URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/CHANGES.txt?rev=954443&r1=954442&r2=954443&view=diff ============================================================================== --- lucene/solr/branches/branch-1.4/CHANGES.txt (original) +++ lucene/solr/branches/branch-1.4/CHANGES.txt Mon Jun 14 13:25:01 2010 @@ -51,9 +51,9 @@ information on the version of Lucene use Bug Fixes ---------------------- -* SOLR-1934: Upgrade to Apache Lucene 2.9.2 to obtain several bug - fixes from the previous 2.9.1. See the Lucene 2.9.2 release notes - for details. (hossman) +* SOLR-1934: Upgrade to Apache Lucene 2.9.3 to obtain several bug + fixes from the previous 2.9.1. See the Lucene 2.9.3 release notes + for details. (hossman, Mark Miller) * SOLR-1432: Make the new ValueSource.getValues(context,reader) delegate to the original ValueSource.getValues(reader) so custom sources Modified: lucene/solr/branches/branch-1.4/common-build.xml URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/common-build.xml?rev=954443&r1=954442&r2=954443&view=diff ============================================================================== --- lucene/solr/branches/branch-1.4/common-build.xml (original) +++ lucene/solr/branches/branch-1.4/common-build.xml Mon Jun 14 13:25:01 2010 @@ -92,7 +92,7 @@ + value="http://lucene.apache.org/java/2_9_3/api/all/"/> @@ -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/branches/branch-1.4/lib/lucene-analyzers-2.9.3.jar URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/lib/lucene-analyzers-2.9.3.jar?rev=954443&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/branches/branch-1.4/lib/lucene-analyzers-2.9.3.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/branches/branch-1.4/lib/lucene-core-2.9.3.jar URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/lib/lucene-core-2.9.3.jar?rev=954443&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/branches/branch-1.4/lib/lucene-core-2.9.3.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/branches/branch-1.4/lib/lucene-highlighter-2.9.3.jar URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/lib/lucene-highlighter-2.9.3.jar?rev=954443&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/branches/branch-1.4/lib/lucene-highlighter-2.9.3.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/branches/branch-1.4/lib/lucene-memory-2.9.3.jar URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/lib/lucene-memory-2.9.3.jar?rev=954443&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/branches/branch-1.4/lib/lucene-memory-2.9.3.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/branches/branch-1.4/lib/lucene-misc-2.9.3.jar URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/lib/lucene-misc-2.9.3.jar?rev=954443&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/branches/branch-1.4/lib/lucene-misc-2.9.3.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/branches/branch-1.4/lib/lucene-queries-2.9.3.jar URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/lib/lucene-queries-2.9.3.jar?rev=954443&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/branches/branch-1.4/lib/lucene-queries-2.9.3.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/branches/branch-1.4/lib/lucene-snowball-2.9.3.jar URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/lib/lucene-snowball-2.9.3.jar?rev=954443&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/branches/branch-1.4/lib/lucene-snowball-2.9.3.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Added: lucene/solr/branches/branch-1.4/lib/lucene-spellchecker-2.9.3.jar URL: http://svn.apache.org/viewvc/lucene/solr/branches/branch-1.4/lib/lucene-spellchecker-2.9.3.jar?rev=954443&view=auto ============================================================================== Binary file - no diff available. Propchange: lucene/solr/branches/branch-1.4/lib/lucene-spellchecker-2.9.3.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream