Author: markus
Date: Wed Apr 13 19:34:53 2011
New Revision: 1091895

URL: http://svn.apache.org/viewvc?rev=1091895&view=rev
Log:
NUTCH-982 Remove copying of ID and URL field in solrmapping

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/conf/solrindex-mapping.xml

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1091895&r1=1091894&r2=1091895&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Wed Apr 13 19:34:53 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release 2.0 - Current Development
 
+* NUTCH-982 Remove copying of ID and URL field in solrmapping (markus)
+
 * NUTCH-891 Subcollection plugin won't require blacklist any more (markus)
 
 * NUTCH-967 Upgrade to Tika 0.9 (jnioche)

Modified: nutch/trunk/conf/solrindex-mapping.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/solrindex-mapping.xml?rev=1091895&r1=1091894&r2=1091895&view=diff
==============================================================================
--- nutch/trunk/conf/solrindex-mapping.xml (original)
+++ nutch/trunk/conf/solrindex-mapping.xml Wed Apr 13 19:34:53 2011
@@ -39,8 +39,6 @@
                <field dest="boost" source="boost"/>
                <field dest="digest" source="digest"/>
                <field dest="tstamp" source="tstamp"/>
-               <field dest="id" source="url"/>
-               <copyField source="url" dest="url"/>
        </fields>
        <uniqueKey>id</uniqueKey>
 </mapping>


Reply via email to