I guess I can call SolrRequestInfo.clearRequestInfo() before EmbeddedSolrServer.query but this just seems like a workaround
Dan On Tue, Feb 1, 2011 at 9:33 AM, dan sutton <[email protected]> wrote: > Hi All, > > I have an update handler that 'calls' another core via > EmbeddedSolrServer for information to update the document. > > The issue is that I get the error "Previous SolrRequestInfo was not > closed!" as SolrRequestInfo.setRequestInfo is set by e.g. > SolrDispatchFilter and my component (via EmbeddedSolrServer.request). > > This looks like a recent addition (13/12/2010) for SOLR-1729, how > might I use EmbeddedSolrServer within an existing core, or use an > alternative? > > Cheers, > Dan > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
