Re: calling other core from request handler

2010-07-22 Thread Chris Hostetter
: It looks I can : call coreA.getCoreDescriptor().getCoreContainer().getCore("coreB"); and then get : the Searcher and release it when I am done. : : Is there a better way? not really ... not unless you want to do it via HTTP to "localhost" : And it also appears that during the inform or init

calling other core from request handler

2010-07-22 Thread Kevin Osborn
I have a multi-core environment and a custom request handler. However, I have one place where I would like to have my request handler on coreA query to coreB. This is not distributed search. This is just an independent query to get some additional data. I am also guaranteed that each server wi