hi all:
   when i use nutch in eclipse,two error occured;

1 The return type is incompatible with Parser.getParse(Content)      
RTFParseFactory.java   
   the  function    is : public Parse getParse(Content content)
   it confuses me ,because the return type is ParseImpl which implements
Parse ; 

2 Type is mismatch: cannot convert from ParseResult to parse          
TestRTFParser.java
   the function  is : parse = new
ParseUtil(conf).parseByExtensionId("parse-rtf", content) 
   it also confuses me contrarily,because the return type is ParseResult
which implements Iterable,and the element is Map.Entry<Text, Parse> but not
Parse; 

any suggesttion?

  thanks very much!!!
-- 
View this message in context: 
http://www.nabble.com/type-is-incompatible-in-1.0%21-tp22778406p22778406.html
Sent from the Nutch - User mailing list archive at Nabble.com.

Reply via email to