Hi, Dawid, What's the best way to merge/combine HitsCluster[] (from different search servers)? I am looking at the problem of distributed clustering (in Nutch).
Thanks, John On Mon, Aug 09, 2004 at 07:45:25PM -0400, Dawid Weiss wrote: > > Arghh... the internet was not working for a while, John, I'm sorry I > couldn't make it before, but here's a tiny bug fix: > > > John, there is a tiny bug in NutchDocument.java, it's a one-liner: title > property is set to summary, should be to 'title' variable. > > is: > super.setProperty(RawDocument.PROPERTY_TITLE, summary); > should be: > super.setProperty(RawDocument.PROPERTY_TITLE, title); > > > Dawid > > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Nutch-developers mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nutch-developers > __________________________________________ http://www.neasys.com - A Good Place to Be Come to visit us today! ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Nutch-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-developers
