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:19 UTC

svn commit: r1178409 - in /nutch/trunk: CHANGES.txt conf/schema.xml

Author: markus
Date: Mon Oct  3 13:25:18 2011
New Revision: 1178409

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

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/conf/schema.xml

Modified: nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1178409&r1=1178408&r2=1178409&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Mon Oct  3 13:25:18 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 1.4 - Current development
 
+* NUTCH-1058 Upgrade Solr schema to version 1.4 (markus)
+
 * NUTCH-1137 LinkDB invertlinks other options ignored when using -dir option (Sebastian Nagel, markus)
 
 * NUTCH-1141 Configurable Fetcher queue depth (jnioche)

Modified: nutch/trunk/conf/schema.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/conf/schema.xml?rev=1178409&r1=1178408&r2=1178409&view=diff
==============================================================================
--- nutch/trunk/conf/schema.xml (original)
+++ nutch/trunk/conf/schema.xml Mon Oct  3 13:25:18 2011
@@ -21,12 +21,13 @@
         https://issues.apache.org/jira/browse/NUTCH-699
         https://issues.apache.org/jira/browse/NUTCH-994
         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"/>