On 6/19/08, Howie Wang <[EMAIL PROTECTED]> wrote:
>
> Not sure about Nutch 0.9, but I'm on an earlier version and I just
> have a JSP page that removes the nutch bean from the application,
> then gets it again to re-instantiate it. It looks something like this:
>
> application.removeAttribute("nutchBean");
> NutchBean bean = NutchBean.get(application);
>
> I just call this page when a new index is loaded.This works like a charm! Thanks Howie! -John
