I would like to narrow down the CrawlDatums that are dumped out when SegmentReader.dump() is called based on my own custom criteria. I can do this by directly modifying the reduce() function of SegmentReader.java, but I am wondering if there is a more elegant way to do this via a plugin or other means that does not require me to modify the source code. Any ideas?
Thanks Kevin
