Configuration and OnlineClusterer get initialized in every request.
-------------------------------------------------------------------
Key: NUTCH-545
URL: https://issues.apache.org/jira/browse/NUTCH-545
Project: Nutch
Issue Type: Bug
Components: web gui
Reporter: Dawid Weiss
The initialization code block in search.jsp is invoked in every request (it's
part of the request block). This is unnecessary and actually slows down the
request cycle -- Configuration and OnlineClusterer can (and should) be reused.
The attached patch moved initialization code to jspInit().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.