I ask this time to time, but I was wondering if anybody would have any insight on how I might be able to get the -stats information (nutch-1.2/bin/nutch crawl/crawldb -stats) information accessible through the front-end search.jsp?
I'm assuming I'll have to write a plugin to either populate some generic fields on each run or put the code to generate the data in NutchBean, either of which is OK with me. I'm just not sure how to go about it., since I don't think there is a generic meta data field, only Hits (but I don't know too much about the structure of the DB), and I'm not sure where the code is to generate the -stats information. Thanks!

