Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-545

Configuration and OnlineClusterer get initialized in every request.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0.0
    • web gui
    • None

    Description

      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().

      Attachments

        1. search.jsp.patch
          2 kB
          Dawid Weiss

        Activity

          People

            dogacan Dogacan Guney
            dweiss Dawid Weiss
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: