Author: jnioche
Date: Thu Aug 26 14:56:26 2010
New Revision: 989728

URL: http://svn.apache.org/viewvc?rev=989728&view=rev
Log:
NUTCH-716 - subcollections

Modified:
    nutch/trunk/conf/schema.xml

Modified: nutch/trunk/conf/schema.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/schema.xml?rev=989728&r1=989727&r2=989728&view=diff
==============================================================================
--- nutch/trunk/conf/schema.xml (original)
+++ nutch/trunk/conf/schema.xml Thu Aug 26 14:56:26 2010
@@ -91,7 +91,7 @@
 
         <!-- fields for subcollection plugin -->
         <field name="subcollection" type="string" stored="true"
-            indexed="true"/>
+            indexed="true" multiValued="true"/>
 
         <!-- fields for feed plugin -->
         <field name="author" type="string" stored="true" indexed="true"/>


Reply via email to