You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ma...@apache.org on 2010/06/14 15:25:02 UTC

svn commit: r954443 - in /lucene/solr/branches/branch-1.4: ./ lib/

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 @@
   <property name="javadoc.link.junit"
             value="http://junit.sourceforge.net/javadoc/"/>
   <property name="javadoc.link.lucene"
-            value="http://lucene.apache.org/java/2_9_2/api/all/"/>
+            value="http://lucene.apache.org/java/2_9_3/api/all/"/>
   <property name="javadoc.packages" value="org.apache.solr.*"/>
   <property name="build.docs" value="${dest}/docs"/>
   <property name="build.javadoc" value="${common.dir}/${build.docs}/api"/>
@@ -114,7 +114,7 @@
        The version suffix of the Lucene artifacts checked into "lib" 
        IF YOU CHANGE THIS, SANITY CHECK "javadoc.link.lucene"
   -->
-  <property name="lucene_version" value="2.9.2"/>
+  <property name="lucene_version" value="2.9.3"/>
   <!-- The version number to assign to the Maven artifacts. -->
   <property name="maven_version" value="1.4.1-SNAPSHOT"/>
 

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