Hi,
I had the same requirement and changed the plugin to get it working under Nutch 1.3. I uploaded a patch to the jira.
Best,
Elisabeth

On 29.09.2011 17:41, Julien Nioche wrote:
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


Reply via email to