Author: lewismc
Date: Thu Jun  5 03:00:10 2014
New Revision: 1600561

URL: http://svn.apache.org/r1600561
Log:
NUTCH-1788 Tika may return multiple values for Title on PDF's

Modified:
    nutch/branches/2.x/conf/schema.xml

Modified: nutch/branches/2.x/conf/schema.xml
URL: 
http://svn.apache.org/viewvc/nutch/branches/2.x/conf/schema.xml?rev=1600561&r1=1600560&r2=1600561&view=diff
==============================================================================
--- nutch/branches/2.x/conf/schema.xml (original)
+++ nutch/branches/2.x/conf/schema.xml Thu Jun  5 03:00:10 2014
@@ -320,7 +320,7 @@
     <field name="orig" type="url" stored="true" indexed="true" />
     <!-- stored=true for highlighting, use term vectors  and positions for 
fast highlighting -->
     <field name="content" type="text_general" stored="true" indexed="true"/>
-    <field name="title" type="text_general" stored="true" indexed="true"/>
+    <field name="title" type="text_general" stored="true" indexed="true" 
multiValued="true"/>
     <field name="cache" type="string" stored="true" indexed="false"/>
     <field name="tstamp" type="date" stored="true" indexed="false"/>
 


Reply via email to