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 Mohamed Parvez <pa...@gmail.com> on 2009/09/09 05:28:28 UTC

Results from 2 core

I have a multi core Solr setup.

Is it possible to return results from the second core, if the search on the
first core, does not return any results.

Or if its possible to return, the results from both the cores, in
one response

Both the core, Have the different schema, one is getting its data from
database another is getting the payload from the Nutch crawl.

----
Thanks/Regards,
Parvez

Re: Results from 2 core

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Wed, Sep 9, 2009 at 8:58 AM, Mohamed Parvez <pa...@gmail.com> wrote:

> I have a multi core Solr setup.
>
> Is it possible to return results from the second core, if the search on the
> first core, does not return any results.
>

No but you can make two queries


>
> Or if its possible to return, the results from both the cores, in
> one response
>
> Both the core, Have the different schema, one is getting its data from
> database another is getting the payload from the Nutch crawl.
>
>
If the schema is different, how can the same query work on both cores?

-- 
Regards,
Shalin Shekhar Mangar.