Author: lewismc
Date: Thu Jul 26 19:20:44 2012
New Revision: 1366159

URL: http://svn.apache.org/viewvc?rev=1366159&view=rev
Log:
NUTCH-1439 Define boost field as type float in schema-solr4.xml

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

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1366159&r1=1366158&r2=1366159&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Thu Jul 26 19:20:44 2012
@@ -2,6 +2,8 @@ Nutch Change Log
 
 (trunk) Current Development:
 
+* NUTCH-1439 Define boost field as type float in schema-solr4.xml (shekhar 
sharma via lewismc)
+
 * NUTCH-1433 Upgrade to Tika 1.2 (jnioche)
 
 * NUTCH-1388 Optionally maintain custom fetch interval despite 
AdaptiveFetchSchedule (markus)

Modified: nutch/trunk/conf/schema-solr4.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/schema-solr4.xml?rev=1366159&r1=1366158&r2=1366159&view=diff
==============================================================================
--- nutch/trunk/conf/schema-solr4.xml (original)
+++ nutch/trunk/conf/schema-solr4.xml Thu Jul 26 19:20:44 2012
@@ -306,7 +306,7 @@
     <!-- core fields -->
     <field name="segment" type="string" stored="true" indexed="false"/>
     <field name="digest" type="string" stored="true" indexed="false"/>
-    <field name="boost" type="string" stored="true" indexed="false"/>
+    <field name="boost" type="float" stored="true" indexed="false"/>
 
     <!-- fields for index-basic plugin -->
     <field name="host" type="url" stored="false" indexed="true"/>


Reply via email to