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,
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