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 sh...@apache.org on 2009/12/09 14:03:48 UTC

svn commit: r888793 - in /lucene/solr/trunk: ./ lib/

Author: shalin
Date: Wed Dec  9 13:03:47 2009
New Revision: 888793

URL: http://svn.apache.org/viewvc?rev=888793&view=rev
Log:
Upgraded to Lucene 2.9-dev r888785

Added:
    lucene/solr/trunk/lib/lucene-analyzers-2.9.1-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-collation-2.9.1-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-core-2.9.1-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-highlighter-2.9.1-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-memory-2.9.1-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-misc-2.9.1-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-queries-2.9.1-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-snowball-2.9.1-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-spatial-2.9.1-dev.jar   (with props)
    lucene/solr/trunk/lib/lucene-spellchecker-2.9.1-dev.jar   (with props)
Removed:
    lucene/solr/trunk/lib/lucene-analyzers-2.9.1.jar
    lucene/solr/trunk/lib/lucene-collation-2.9.1.jar
    lucene/solr/trunk/lib/lucene-core-2.9.1.jar
    lucene/solr/trunk/lib/lucene-highlighter-2.9.1.jar
    lucene/solr/trunk/lib/lucene-memory-2.9.1.jar
    lucene/solr/trunk/lib/lucene-misc-2.9.1.jar
    lucene/solr/trunk/lib/lucene-queries-2.9.1.jar
    lucene/solr/trunk/lib/lucene-snowball-2.9.1.jar
    lucene/solr/trunk/lib/lucene-spatial-2.9.1.jar
    lucene/solr/trunk/lib/lucene-spellchecker-2.9.1.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=888793&r1=888792&r2=888793&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Wed Dec  9 13:03:47 2009
@@ -139,6 +139,8 @@
 * SOLR-1608: Extract base class from TestDistributedSearch to make
   it easy to write test cases for other distributed components. (shalin)
 
+* Upgraded to Lucene 2.9-dev r888785 (shalin)
+
 Build
 ----------------------
 

Modified: lucene/solr/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/common-build.xml?rev=888793&r1=888792&r2=888793&view=diff
==============================================================================
--- lucene/solr/trunk/common-build.xml (original)
+++ lucene/solr/trunk/common-build.xml Wed Dec  9 13:03:47 2009
@@ -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.1"/>
+  <property name="lucene_version" value="2.9.1-dev"/>
   <!-- The version number to assign to the Maven artifacts. -->
   <property name="maven_version" value="1.5-SNAPSHOT"/>
 

Added: lucene/solr/trunk/lib/lucene-analyzers-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-analyzers-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-analyzers-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-collation-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-collation-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-collation-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-core-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-core-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-core-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-highlighter-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-highlighter-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-highlighter-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-memory-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-memory-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-memory-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-misc-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-misc-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-misc-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-queries-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-queries-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-queries-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-snowball-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-snowball-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-snowball-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-spatial-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-spatial-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-spatial-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: lucene/solr/trunk/lib/lucene-spellchecker-2.9.1-dev.jar
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/lib/lucene-spellchecker-2.9.1-dev.jar?rev=888793&view=auto
==============================================================================
Binary file - no diff available.

Propchange: lucene/solr/trunk/lib/lucene-spellchecker-2.9.1-dev.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream