John, are you going to address Doug's comments? Should I do it?
D.
A couple quick comments: in search.jsp you're always searching for start+hitsToCluster hits, even when you're not clustering. This should just be start+hitsPerPage when clustering is disabled. Also, one should be able to specify hitsToCluster, either with a url parameter or with a NutcConf parameter.
Also, the code to get the clustering extension should not be in the JSP, but rather in a static method of a utility class, something like net.nutch.clustering.OnlineClustererFactory.
------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Nutch-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-developers
