Hi all. Is there anyway to extend ParseResult in order to be able to feed it with my own Parse Object Implementation? I need to generate a summary text from each crawled HTML Document, but the problem is that there's no way to feed an extended Parse Object into ParseResult so that this extended version could store the summary.
Any other ideas on how to implement this summary feature? Thanx in advance... Rodrigo