How atomic or partial update work?
问题 Solr provide feature to update document partially and it allows to update on a field level rather than on a document level. Does solr internally fetch entire document and full reindex it? would be great if someone can explain how partial update works internally? 回答1: Starting from solr 4, Solr allows updating partial documents. You can update the value of a field(s) or add/remove values from a multi valued field. The best practice while using the partial updates or atomic updates in solr is,