Or simply adding a method to get hold of the HitDetailer in NutchBean... then one can reconstruct the summary and call getText on a Fragment (instead of relying on toString() method).
Note that the Search APIs are all implemented by DistributedSearch too, so if you change them then DistributedSearch needs to be altered. (For performance reasons, the DistributedSearch stuff is not RMI-based, and adding methods and/or parameters is a bit clunky, as it doesn't use introspection, etc. This may seem prematurely optimized, but if you're searching a billion page index in a high-traffic deployment, each query might be broadcast to 500 servers, and the cost of these calls becomes very significant.)
Doug
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Nutch-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-developers
