On 7/11/2013 2:24 PM, Jonathan Rochkind wrote:
(If I _don't_ setParser to XML, and use the binary parser... I get a
fully expected error about binary format corruption -- that part is
expected and I understand it, that's why you have to use the
XMLResponseParser instead).

Am I not doing enough to my SolrJ 4.3 to get it to talk to the Solr 1.4
server in pure XML? I've set the parser to the XMLResponseParser, do I
also have to somehow tell it to actually use the Solr 1.4 XML update
handler or something?  I don't entirely understand what I'm talking about.

From everything I understand, it should be possible to make this work. For XML updates, the handler should be /update on both 1.4 and 4.x. There might be some additional steps that need to be taken, but without more info I'm not sure what those steps might be.

Is there more to the client-side exception? Do you see anything in the server-side logs? If your server is logging at INFO, you should hopefully be able to see some of the actual request. Can you share a larger snippet of your SolrJ code?

Thanks,
Shawn

Reply via email to