Re: Multicore request

2008-01-08 Thread Ryan McKinley
Jae Joo wrote: I have built two cores - core0 and core1. each core has different set of index. I can access core0 and core 1 by http://localhost:8983/solr/core[01]/admin/form.jsp. Is there any way to access multiple indexes with single query? nothing standard. From a custom RequestHandler,

Multicore request

2008-01-08 Thread Jae Joo
I have built two cores - core0 and core1. each core has different set of index. I can access core0 and core 1 by http://localhost:8983/solr/core[01]/admin/form.jsp. Is there any way to access multiple indexes with single query? Thanks, Jae