You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by do...@apache.org on 2007/08/28 08:44:17 UTC

svn commit: r570334 - /lucene/nutch/trunk/src/web/jsp/search.jsp

Author: dogacan
Date: Mon Aug 27 23:44:16 2007
New Revision: 570334

URL: http://svn.apache.org/viewvc?rev=570334&view=rev
Log:
NUTCH-545 - Configuration and OnlineClusterer get initialized in every request. Part 2. I have committed an older version of search.jsp by mistake in last commit. This commit brings search.jsp to new version. 

Modified:
    lucene/nutch/trunk/src/web/jsp/search.jsp

Modified: lucene/nutch/trunk/src/web/jsp/search.jsp
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/src/web/jsp/search.jsp?rev=570334&r1=570333&r2=570334&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/search.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/search.jsp Mon Aug 27 23:44:16 2007
@@ -63,7 +63,7 @@
     try {
       clusterer = new OnlineClustererFactory(nutchConf).getOnlineClusterer();
     } catch (PluginRuntimeException e) {
-      NutchBean.LOG("Could not initialize online clusterer: " + e.toString());
+      super.log("Could not initialize online clusterer: " + e.toString());
     }
   }
 %>