Re: Custom handler that forwards a request to another core

2009-03-17 Thread Chris Hostetter
: My problem was that the XMLResponseWriter is using the searcher of the : original request to get the matching documents (in the method writeDocList : of the class XMLWriter). Since the DocList contains id from the index of the : second core, there were not valid in the index of the core

Re: Custom handler that forwards a request to another core

2009-03-16 Thread Pascal Dimassimo
My problem was that the XMLResponseWriter is using the searcher of the original request to get the matching documents (in the method writeDocList of the class XMLWriter). Since the DocList contains id from the index of the second core, there were not valid in the index of the core receiving the

Custom handler that forwards a request to another core

2009-03-13 Thread Pascal Dimassimo
Hi, I'm writing a custom handler that forwards a request to a handler of another core. The custom handler is defined in core0 and the core I try to send the request to is core2 which has a mlt handler. Here is the code of my custom handler (extends RequestHandlerBase and implements