Hi all,
I read the code of org.apache.nutch.analysis.NutchAnalysis and found
there is some codes at line 126:
&& field == Clause.DEFAULT_FIELD
The field and the Clause.DEFAULT_FIELD are both String type, so i
think is it should be written as:
&& field.equals(Clause.DEFAULT_FIELD)
Cheers,
-GameNow
-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Nutch-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-developers