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
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