Generally speaking, which has better performance for Solr?
1. updating some fields or adding new fields into a document.
or
2. replacing the whole document.

As I understand,  update fields need to search for the corresponding doc
first, and then replace field values.  While replacing the whole document
is just like adding new document.  Is it right?

Reply via email to