Update of /cvsroot/nutch/nutch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10703
Modified Files: CHANGES.txt Log Message: Fixes a bug that fails cached.jsp, text.jsp, etc., in distributed search. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/nutch/nutch/CHANGES.txt,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** CHANGES.txt 7 Oct 2004 04:24:52 -0000 1.34 --- CHANGES.txt 7 Oct 2004 04:53:51 -0000 1.35 *************** *** 52,55 **** --- 52,61 ---- 13. Added "View as Plain Text" feature. A new op OP_PARSETEXT is introduced in DistributedSearch.java. text.jsp is added. (John Xing, 20041006) + + 14. Fixed a bug that fails cached.jsp, explain.jsp, anchors.jsp and text.jsp + (but not search.jsp) with NullPointerException in distributed search. + It seems that this bug appears after "hits per site" stuff is added. + The fix is done in Hit.java, making sure String site is never null. + Hope this fix not have bad effetct on "hits per site" code. ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Nutch-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-cvs