Hi,
I would like to add the support for some specific XML into Nutch 2.1.
I know that there is some configurable xml extension but "as an
exercice" I prefer to start from scratch.
I'm using version 2.2.1 from maven.
I've started extending org.apache.nutch.parse.Parser with :
public Parse getParse(String url, WebPage wp) {
but my IDE does not give me any auto completion on "wp", but gives me
the correct class when I click on WebPage. (and it works on any other
nutch class).
My two questions are :
- Is my IDE (netbeans) just broken or should I not use WebPage?
- Should I implement ParserFilter instead of Parser?
Thanks
--
Baptiste Lafontaine