[EMAIL PROTECTED] wrote:
On Wed, Aug 04, 2004 at 08:56:03AM -0700, Doug Cutting wrote:
How big is it? I'm not very concerned about the tarball size.

About 3.2MB. Among libs, log4j-1.2.8.jar and nekohtml-0.9.2.jar are also in other plugins. We will need a common place for libs shared by plugins?

I agree that two copies of a library is excessive (plus one in the pre-built war file). I think we can just put these in lib/ for now.


I have since merged part of Dawid's cluster.jsp with the most recent search.jsp.
"Clustering" can be turned on and off by a checkbox
next to the "Search" button. Default is no clustering. Here are two screen shots:
http://nutch.neasys.com/patch/20040805/noClustering.png
http://nutch.neasys.com/patch/20040805/clustering.png

That looks very nice!

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.

Doug


------------------------------------------------------- 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

Reply via email to