Hello there! I have a multicore solr with 6 different "simple" cores and somewhat different schemas and I defined another "meta" core which I would it to be a dispatcher: the requests are sent to "simple" cores and results are aggregated before sending back the results to the user.
Any idea or hints how can I achieve this? I am wondering whether writing custom SearchComponent or a custom SearchHandler are good entry points? Is it possible to acces other SolrCore which are in the same container as the "meta" core? Many thanks for your help. Boubaker