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 2011/10/03 15:25:50 UTC

svn commit: r1178410 - in /nutch/branches/nutchgora: CHANGES.txt conf/schema.xml

Author: markus
Date: Mon Oct  3 13:25:49 2011
New Revision: 1178410

URL: http://svn.apache.org/viewvc?rev=1178410&view=rev
Log:
NUTCH-1058 Upgrade Solr schema to version 1.4

Modified:
    nutch/branches/nutchgora/CHANGES.txt
    nutch/branches/nutchgora/conf/schema.xml

Modified: nutch/branches/nutchgora/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1178410&r1=1178409&r2=1178410&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Mon Oct  3 13:25:49 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release nutchgora - Current Development
 
+* NUTCH-1058 Upgrade Solr schema version to 1.4 (markus)
+
 * NUTCH-672 allow unit tests to be run from bin/nutch (Todd Lipton via lewismc)
 
 * NUTCH-937 Put plugins in classes/plugins in job file (Claudio Martella, Ferdy Galema, jnioche)

Modified: nutch/branches/nutchgora/conf/schema.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/conf/schema.xml?rev=1178410&r1=1178409&r2=1178410&view=diff
==============================================================================
--- nutch/branches/nutchgora/conf/schema.xml (original)
+++ nutch/branches/nutchgora/conf/schema.xml Mon Oct  3 13:25:49 2011
@@ -20,13 +20,14 @@
         https://issues.apache.org/jira/browse/NUTCH-442
         https://issues.apache.org/jira/browse/NUTCH-699
         https://issues.apache.org/jira/browse/NUTCH-994
-        https://issues.apache.org/jira/browse/NUTCH-999
+        https://issues.apache.org/jira/browse/NUTCH-997
+        https://issues.apache.org/jira/browse/NUTCH-1058
         and
         http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/
         example/solr/conf/schema.xml?view=markup
         for more info.
     -->
-<schema name="nutch" version="1.3">
+<schema name="nutch" version="1.4">
     <types>
         <fieldType name="string" class="solr.StrField" sortMissingLast="true"
             omitNorms="true"/>