You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Jae Joo <ja...@gmail.com> on 2008/01/08 20:33:52 UTC

Multicore request

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

Re: Multicore request

Posted by Ryan McKinley <ry...@gmail.com>.
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, you can access all 
cores though...

ryan