Re: RequestHandler lifecycle in a Multiple SolrCore context

2008-12-16 Thread Shalin Shekhar Mangar
On Wed, Dec 17, 2008 at 3:11 AM, Kay Kay wrote: > If I have a CustomRequestHandler that inherits from RequestHandlerBase > implementing SolrCoreAware interface - what is the lifecycle of the > invocation of method - inform(SolrCore) in a multiple SolrCore context . > > Would it be that we have se

RequestHandler lifecycle in a Multiple SolrCore context

2008-12-16 Thread Kay Kay
If I have a CustomRequestHandler that inherits from RequestHandlerBase implementing SolrCoreAware interface - what is the lifecycle of the invocation of method - inform(SolrCore) in a multiple SolrCore context . Would it be that we have separate instances of RequestHandlers created for each So