Custom handler that forwards a request to another core

2009-03-13 Thread Pascal Dimassimo
f core0, which fails (SolrIndexSearcher.java:371). Any idea with there seems to be two cores that try to handle the request? -- View this message in context: http://www.nabble.com/Custom-handler-that-forwards-a-request-to-another-core-tp22501470p22501470.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Custom handler that forwards a request to another core

2009-03-16 Thread Pascal Dimassimo
a:479) > > It looks like core0 is also trying to handle the request. With the > debugger, I discover that the code is trying to access a document with an > id of the index of core2 within the index of core0, which fails > (SolrIndexSearcher.java:371). > > Any idea with there seems to be two cores that try to handle the request? > > > -- View this message in context: http://www.nabble.com/Custom-handler-that-forwards-a-request-to-another-core-tp22501470p22541459.html Sent from the Solr - User mailing list archive at Nabble.com.

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 receivin