Chris Hostetter wrote:
: What's the canonical way to pass an update request to another handler? I'm
: implementing a handler that has to dispatch its result to different update
: handlers based on its internal processing.
I've always written my delegating RequestHandlers so that they take in the
: What's the canonical way to pass an update request to another handler? I'm
: implementing a handler that has to dispatch its result to different update
: handlers based on its internal processing.
I've always written my delegating RequestHandlers so that they take in the
names (or paths) of th
Shalin Shekhar Mangar wrote:
On Fri, Oct 9, 2009 at 10:53 PM, Andrzej Bialecki wrote:
Hi,
What's the canonical way to pass an update request to another handler? I'm
implementing a handler that has to dispatch its result to different update
handlers based on its internal processing.
An upda
On Fri, Oct 9, 2009 at 10:53 PM, Andrzej Bialecki wrote:
> Hi,
>
> What's the canonical way to pass an update request to another handler? I'm
> implementing a handler that has to dispatch its result to different update
> handlers based on its internal processing.
>
>
An update request? There's al
Hi,
What's the canonical way to pass an update request to another handler?
I'm implementing a handler that has to dispatch its result to different
update handlers based on its internal processing.
Getting a handler from SolrCore.getRequestHandler(handlerName) makes the
implementation depende