You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2012/07/31 23:26:03 UTC

svn commit: r1367788 - in /nutch/branches/2.x: CHANGES.txt conf/schema-solr4.xml conf/schema.xml

Author: markus
Date: Tue Jul 31 21:26:03 2012
New Revision: 1367788

URL: http://svn.apache.org/viewvc?rev=1367788&view=rev
Log:
NUTCH-1443 Solr schema version is invalid

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/conf/schema-solr4.xml
    nutch/branches/2.x/conf/schema.xml

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1367788&r1=1367787&r2=1367788&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Tue Jul 31 21:26:03 2012
@@ -1,6 +1,9 @@
 Nutch Change Log
 
 Release 2.1 - Current Development
+
+* NUTCH-1443 Solr schema version is invalid (markus)
+
 * NUTCH-1441 AnchorIndexingFilter should use plain HashSet (ferdy)
 
 * NUTCH-1417 Remove o.a.n.metadata.Office (lewismc)

Modified: nutch/branches/2.x/conf/schema-solr4.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/conf/schema-solr4.xml?rev=1367788&r1=1367787&r2=1367788&view=diff
==============================================================================
--- nutch/branches/2.x/conf/schema-solr4.xml (original)
+++ nutch/branches/2.x/conf/schema-solr4.xml Tue Jul 31 21:26:03 2012
@@ -25,7 +25,7 @@
     for more info.
 -->
 
-<schema name="nutch" version="2.1-SNAPSHOT">
+<schema name="nutch" version="1.5">
 
   <types>
 

Modified: nutch/branches/2.x/conf/schema.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/conf/schema.xml?rev=1367788&r1=1367787&r2=1367788&view=diff
==============================================================================
--- nutch/branches/2.x/conf/schema.xml (original)
+++ nutch/branches/2.x/conf/schema.xml Tue Jul 31 21:26:03 2012
@@ -27,7 +27,7 @@
         example/solr/conf/schema.xml?view=markup
         for more info.
     -->
-<schema name="nutch" version="2.1-SNAPSHOT">
+<schema name="nutch" version="1.5">
     <types>
         <fieldType name="string" class="solr.StrField" sortMissingLast="true"
             omitNorms="true"/>