You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by Laurent Michenaud <lm...@adeuza.fr> on 2006/03/13 18:17:51 UTC

Problems

Hi,
 
I have integrated nutch in my application.
 
In the admin part, i can launch the indexation.
In the client part, i can launch searches.
 
After a search,  i can't do an indexation again
because the index files are used by the NutchBean.
 
How can i do that please ?
 
thx

Re: Problems

Posted by TDLN <di...@gmail.com>.
Unfortunately, in the 0.7 release, the NutchBean does not clean up properly
after itself, so some SegementReaders and IndexReaders remain open. I think
this is fixed in the current code line. I had similar problems in my app
based on 0.7 - all that helped was killing the processes blocking the index.

Rgrds, Thomas


On 3/13/06, Laurent Michenaud <lm...@adeuza.fr> wrote:
>
> Hi,
>
> I have integrated nutch in my application.
>
> In the admin part, i can launch the indexation.
> In the client part, i can launch searches.
>
> After a search,  i can't do an indexation again
> because the index files are used by the NutchBean.
>
> How can i do that please ?
>
> thx
>
>