Hi All, I am looking to solve a design problem of mine.
I want to create a SolrIndexSearcher for a *different* core inside a RequestProcessor. I know how to create a SolrIndexSearcher from the SolrQueryRequest but I want to search a different core instead. I want to update the current document with data from another core. At the moment I am creating a separate HttpSolrServer for the different core and querying that way but would like to simplify as this approach seems inefficient. Any ideas? Kind Regards, Kilian.