What is the best way to redirect a SolrQueryRequest to another core from
within a handler (custom SearchHandler)?

I've tried to find the SolrCore of the core I want to redirect to and
called the execute() method with the same params but it looks like the
SolrQueryRequest object already has the old core name embedded into it! I
want to do this without making a new request and going through the servlet
etc...

* Note that I had to have an empty core with a special name just to do
this redirection process in the first place, if there is a better way to
proceed with this please let me know too :)

Many thanks for any help you can give,
Nicholas (incunix)

Reply via email to