For some good reasons, SolrCloud is not an option for me. I need to run nested graph queries so firing parallel queries and taking union/intersection won't work. I am aware of achieving this via shards however I am looking for ways to achieve this via multiple cores. We already have data existing in multiple cores on which i need to add this feature.
Thanks, Komal Motwani On Fri, Aug 9, 2019 at 8:57 PM Erick Erickson <erickerick...@gmail.com> wrote: > So my question is why do you have individual cores? Why not use SolrCloud > and collections and have this happen automatically? > > There may be very good reasons, this is more if a sanity check…. > > > On Aug 9, 2019, at 8:02 AM, Jan Høydahl <jan....@cominvent.com> wrote: > > > > USE request param &shards=core1,core2 or if on separate machines > host:port/solr/core1,host:port/solr/core2 > > > > Jan Høydahl > > > >> 9. aug. 2019 kl. 11:23 skrev Komal Motwani <motwani.ko...@gmail.com>: > >> > >> Hi, > >> > >> > >> > >> I have a use case where I would like a query to span across Cores > >> (Multi-Core); all the cores involved do have same schema. I have started > >> using solr just recently and have been trying to find ways to achieve > this > >> but couldn’t find any solution so far (Distributed searches, shards are > not > >> what I am looking for). I remember in one of the tech talks, there was a > >> mention of this feature to be included in future releases. Appreciate > any > >> pointers to help me progress further. > >> > >> > >> > >> Thanks, > >> > >> Komal Motwani > >