Re: RequestProcessor with IndexSearcher for Different Core

2015-10-19 Thread Kilian Woods
e-solr/blob/trunk/solr/core/src/java/org/apache/solr/search/join/ScoreJoinQParserPlugin.java#L256 > don't forget to close all resources. > > > > On Mon, Oct 19, 2015 at 7:07 AM, Kilian Woods > wrote: > > > Hi All, > > > > I am looking to solve a design prob

RequestProcessor with IndexSearcher for Different Core

2015-10-19 Thread Kilian Woods
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 w