Re: New user: version conflict for ....

2012-12-31 Thread Jack Park
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

Re: New user: version conflict for ....

2012-12-31 Thread Chris Hostetter
: 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

New user: version conflict for ....

2012-12-26 Thread Jack Park
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