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 t
Huh, that might have been a false problem of some kind.
At the moment, it looks like I _do_ have my SolrJ 4.3 succesfully
talking to a Solr 1.4, so long as I setParser(new XMLResponseParser()).
Not sure what I changed or what wasn't working before, but great!
So nevermind. Although if anyone
: However, when I do this, I still get a org.apache.solr.common.SolrException:
: "parsing error" from
:
org.apache.solr.client.solrj.impl.XMLResponseParser.processResponse(XMLResponseParser.java:143)
it's impossible to guess what the underlying problem might be unless you
can provide us the ful
So, trying to use a SolrJ 4.3 to talk to an old Solr 1.4. Specifically
to add documents.
The wiki at http://wiki.apache.org/solr/Solrj suggests, I think, that
this should work, so long as you:
server.setParser(new XMLResponseParser());
However, when I do this, I still get a
org.apache.solr.