You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2010/07/26 02:13:44 UTC

svn commit: r979128 - /nutch/branches/branch-1.2/src/plugin/urlmeta/src/java/org/apache/nutch/indexer/urlmeta/URLMetaIndexingFilter.java

Author: mattmann
Date: Mon Jul 26 00:13:44 2010
New Revision: 979128

URL: http://svn.apache.org/viewvc?rev=979128&view=rev
Log:
- update docs for NUTCH-855 ScoringFilter and IndexingFilter: To allow for the propagation of URL Metatags and their subsequent indexing

Modified:
    nutch/branches/branch-1.2/src/plugin/urlmeta/src/java/org/apache/nutch/indexer/urlmeta/URLMetaIndexingFilter.java

Modified: nutch/branches/branch-1.2/src/plugin/urlmeta/src/java/org/apache/nutch/indexer/urlmeta/URLMetaIndexingFilter.java
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.2/src/plugin/urlmeta/src/java/org/apache/nutch/indexer/urlmeta/URLMetaIndexingFilter.java?rev=979128&r1=979127&r2=979128&view=diff
==============================================================================
--- nutch/branches/branch-1.2/src/plugin/urlmeta/src/java/org/apache/nutch/indexer/urlmeta/URLMetaIndexingFilter.java (original)
+++ nutch/branches/branch-1.2/src/plugin/urlmeta/src/java/org/apache/nutch/indexer/urlmeta/URLMetaIndexingFilter.java Mon Jul 26 00:13:44 2010
@@ -56,9 +56,9 @@ import org.apache.nutch.parse.Parse;
  *      1. As of Nutch 1.2, the property "plugin.includes" looks as follows:
  *      <value>protocol-http|urlfilter-regex|parse-(text|html|js|tika|rss)|index
  *      -(basic|anchor)|query-(basic|site|url)|response-(json|xml)|summary-basic
- *      |scoring-opic|urlnormalizer-(pass|regex|basic)</value> You must change
- *      "index-(basic|anchor)" to "index-(basic|anchor|urlmeta)", in order to
- *      call this plugin.
+ *      |scoring-opic|urlnormalizer-(pass|regex|basic)</value> You should add
+ *      urlmeta as an OR'ed option (e.g., using |) to the plugin list", in order to
+ *      call both pieces (the indexer and the scoring parts) of this plugin.
  *      
  *      2. You must also specify the property "urlmeta.tags", who's values are
  *      comma-delimited <value>key1, key2, key3</value>