From: <bi...@us...> - 2009-10-27 21:29:07
|
Revision: 2837 http://archive-access.svn.sourceforge.net/archive-access/?rev=2837&view=rev Author: binzino Date: 2009-10-27 21:29:00 +0000 (Tue, 27 Oct 2009) Log Message: ----------- Updated fields to match what is expected in the code. Modified Paths: -------------- trunk/archive-access/projects/nutchwax/archive/src/plugin/query-nutchwax/plugin.xml Modified: trunk/archive-access/projects/nutchwax/archive/src/plugin/query-nutchwax/plugin.xml =================================================================== --- trunk/archive-access/projects/nutchwax/archive/src/plugin/query-nutchwax/plugin.xml 2009-10-27 21:18:32 UTC (rev 2836) +++ trunk/archive-access/projects/nutchwax/archive/src/plugin/query-nutchwax/plugin.xml 2009-10-27 21:29:00 UTC (rev 2837) @@ -40,8 +40,8 @@ point="org.apache.nutch.searcher.QueryFilter"> <implementation id="ConfigurableQueryFilter" class="org.archive.nutchwax.query.ConfigurableQueryFilter"> - <parameter name="raw-fields" value="collection,date,digest,exacturl,filename,fileoffset,type" /> - <parameter name="fields" value="anchor,content,host,title" /> + <parameter name="raw-fields" value="collection,site,type" /> + <parameter name="fields" value="content,title" /> </implementation> </extension> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |