Hi Simone, We tried to use the parse-metatags plugin found at > https://issues.apache.org/jira/browse/NUTCH-809 , but we couldnt get > ant to build it properly: first 'ivy.xml' was missing, we created one > stealing it from another plugin. Then we updated ANT to the latest > release, but the compiler still complained that he didnt found some > libraries imported in the java source files (some org.apache.lucene.* > stuff). >
The patch in NUTCH-809 is a bit old :-) It should be a matter of removing the class in in src/plugin/parse-metatags/src/java/org/apache/nutch/searcher, modify the plugin.xml accordingly and remove the method addIndexBackendOptions from the indexing filter + get rid of references of Lucene in imports. Feel free to attach a new version of the patch if you manage to get it to work Julien -- * *Open Source Solutions for Text Engineering http://digitalpebble.blogspot.com/ http://www.digitalpebble.com

