Hi Chris,
Your suspicion turned out to be spot on with a code glitch.
The history of this has been due to a fairly weak understanding of how
partial update works. The first code error was just a simple,stupid
one in which I was not working against a "current" copy of the
document. But, when I got
: any of the cloud apparatus. I wish to update a document (Node) with
: new information. I send back as a partial update using SolrJ's add()
: command
: document id
: the new or updated field
: version number precisely as it was fetched
can you give us more details about what your client code is
I am running against a networked Solr4 installation -- but not using
any of the cloud apparatus. I wish to update a document (Node) with
new information. I send back as a partial update using SolrJ's add()
command
document id
the new or updated field
version number precisely as it was fetched
What