Hi all, I have a question. Here <https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents> I read that /Solr supports several modifiers that atomically update values of a document. This allows updating only specific fields,/ and that /All original source fields must be stored for field modifiers to work correctly/
And here <https://wiki.apache.org/solr/Atomic_Updates> even more explicitly /Internally Solr re-adds the document to the index with the updated fields./ Does solr have to reindex the whole document and not just the modified fields? If so, can you give me an idea of the amount (factor) of speed gained by partial re-indexing? -- View this message in context: http://lucene.472066.n3.nabble.com/How-partial-are-partial-updates-tp4195441.html Sent from the Solr - User mailing list archive at Nabble.com.