Re: Deadlock problem on searcher at warm up.

2008-10-24 Thread Jérôme Etévé
Great, it works now. Thanks ! J On Fri, Oct 24, 2008 at 4:45 PM, Yonik Seeley <[EMAIL PROTECTED]> wrote: > On Fri, Oct 24, 2008 at 8:21 AM, Jérôme Etévé <[EMAIL PROTECTED]> wrote: >> I though it'd be ok to trigger this the very first time the process >> method is called by doing something like t

Re: Deadlock problem on searcher at warm up.

2008-10-24 Thread Yonik Seeley
On Fri, Oct 24, 2008 at 8:21 AM, Jérôme Etévé <[EMAIL PROTECTED]> wrote: > I though it'd be ok to trigger this the very first time the process > method is called by doing something like that: > > private boolean firstTime= true ; > > public void process(ResponseBuilder rb) throws IOException { >

Deadlock problem on searcher at warm up.

2008-10-24 Thread Jérôme Etévé
Hi everyone, I'm implementing a search component inherited from SearchComponent . This component has to build a data structure from the index. Like in the SpellChecker, I trigger this building by giving a special argument at query time (from the process method) and I'm using the searcher I get