You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by Apache Wiki <wi...@apache.org> on 2007/08/23 21:58:39 UTC

[Nutch Wiki] Update of "WritingPluginExample-0.9" by BUlicny

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change notification.

The following page has been changed by BUlicny:
http://wiki.apache.org/nutch/WritingPluginExample-0%2e9

The comment on the change is:
Updated format of QueryFilter extension in plugin.xml

------------------------------------------------------------------------------
                name="Recommended Search Query Filter"
                point="org.apache.nutch.searcher.QueryFilter">
        <implementation id="RecommendedQueryFilter"
-                       class="org.apache.nutch.parse.recommended.RecommendedQueryFilter"
+                       class="org.apache.nutch.parse.recommended.RecommendedQueryFilter">
-                       fields="DEFAULT"/>
+ 	<parameter name="fields" value="recommended"/>
+ 	</implementation>
     </extension>
  
  </plugin>