Hi, Has anyone had success with multicore single node Solr configurations that have one core acting solely as a dispatcher for the other cores? For example, say you had 4 populated Solr cores – configure a 5th to be the definitive endpoint with `shards` containing cores 1-4.
Is there any advantage to this setup over simply having requests distributed randomly across the 4 populated cores (all with `shards` equal to cores 1-4)? Is it even worth distributing requests across the cores over always hitting the same one? Thanks, -- Hector