Re: Solr 4.2 - Unexpected behaviour when updating a document with only id field specified in the update

2013-04-05 Thread Curtis Beattie
quot;update" attribute specified, you are doing a > simple "add" - which deletes the old document with that key and replaces it > with the data from the "add" document. > > Again: It is the presence of the "update" that turns the document into > an

Solr 4.2 - Unexpected behaviour when updating a document with only id field specified in the update

2013-04-05 Thread Curtis Beattie
I am experiencing some peculiar behavior when updating a document. I'm curious whether this is "working as intended" or whether it is a defect. Allow me to articulate the problem using an example (should be easily reproducable with the "example" configuration data). The workflow is as follows: 1)