: 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 methods of my requestHandler, : coreB is NOT guaranteed to already exist? correct ... your RequestHandler shouldn't make any assumptions about the order that core's are initialized in. -Hoss