From: <bi...@us...> - 2010-08-09 23:52:13
|
Revision: 3212 http://archive-access.svn.sourceforge.net/archive-access/?rev=3212&view=rev Author: binzino Date: 2010-08-09 23:52:07 +0000 (Mon, 09 Aug 2010) Log Message: ----------- Added DateIndexer. Modified Paths: -------------- tags/nutchwax-0_13-JIRA-WAX-75/archive/src/plugin/index-nutchwax/plugin.xml Modified: tags/nutchwax-0_13-JIRA-WAX-75/archive/src/plugin/index-nutchwax/plugin.xml =================================================================== --- tags/nutchwax-0_13-JIRA-WAX-75/archive/src/plugin/index-nutchwax/plugin.xml 2010-08-09 23:51:25 UTC (rev 3211) +++ tags/nutchwax-0_13-JIRA-WAX-75/archive/src/plugin/index-nutchwax/plugin.xml 2010-08-09 23:52:07 UTC (rev 3212) @@ -49,4 +49,11 @@ class="org.archive.nutchwax.index.FieldSetter" /> </extension> + <extension id="org.archive.nutchwax.index" + name="Date Indexer" + point="org.apache.nutch.indexer.IndexingFilter"> + <implementation id="DateIndexer" + class="org.archive.nutchwax.index.DateIndexer" /> + </extension> + </plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |