Solr atomic update allows for changing only one or more fields of a document without having to re-index the entire document. But what about the case where I am sending in the entire document? In that case the whole document will be re-indexed anyway, right? So I assume that there will be no saving. I am actually thinking that there will be a performance penalty since atomic update requires Solr to first retrieve all the fields first before updating.
Bill