Harshal,
You could send your Solr query to both cores but then you could have problems
combining the results because the scores are not absolute: they just give a
ranking in their own core. It might be ok, if you are searching on fields which
are common to both cores.
But I suspect that you wou
What fields do you want to search among two separate collections/cores and
provide some details on your use case.
Thnx
On Mon, Sep 18, 2017 at 1:42 AM, Agrawal, Harshal (GE Digital) <
harshal.agra...@ge.com> wrote:
> Hello Folks,
>
> I want to search data in two separate cores. Both cores are un
Hello Folks,
I want to search data in two separate cores. Both cores are unidentical only
few fields are common in between.
I don't want to join data . Is it possible to search data from two cores.
I read about distributed search concept but not able to understand that. Is it
the only way to se