From: <bi...@us...> - 2010-08-09 23:53:28
|
Revision: 3214 http://archive-access.svn.sourceforge.net/archive-access/?rev=3214&view=rev Author: binzino Date: 2010-08-09 23:53:22 +0000 (Mon, 09 Aug 2010) Log Message: ----------- Remove date from ConfigurableIndexingFilter as it is now handled by the DateIndexer. Modified Paths: -------------- tags/nutchwax-0_13-JIRA-WAX-75/archive/src/nutch/conf/nutch-site.xml Modified: tags/nutchwax-0_13-JIRA-WAX-75/archive/src/nutch/conf/nutch-site.xml =================================================================== --- tags/nutchwax-0_13-JIRA-WAX-75/archive/src/nutch/conf/nutch-site.xml 2010-08-09 23:52:32 UTC (rev 3213) +++ tags/nutchwax-0_13-JIRA-WAX-75/archive/src/nutch/conf/nutch-site.xml 2010-08-09 23:53:22 UTC (rev 3214) @@ -42,30 +42,14 @@ dest-key = src-key --> <name>nutchwax.filter.index</name> -<!-- <value> title:false:true:tokenized content:false:compress:tokenized site:false:false:untokenized - url:false:true:tokenized - digest:false:true:no - - collection:true:true:no_norms - date:true:true:no_norms type:true:true:no_norms length:false:true:no </value> ---> - <value> - title:false:true:tokenized - content:false:compress:tokenized - site:false:false:untokenized - url:false:true:tokenized - type:true:true:no_norms - date:false:true:no - length:false:true:no - </value> </property> <property> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |