Maybe do an "inc" of 0 to a numeric field for every document. https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents
On Wed, Nov 23, 2016 at 2:13 PM, Dorian Hoxha <dorian.ho...@gmail.com> wrote: > Hello searcherers, > > So, I have document that is fully stored. Then I make small change in > schema. And now I have to reinsert every document. But I'm afraid of doing > a get+insert, because something else may change the document in the > meantime. So I want to do an "update" of nothing, so internally on the > master-shard, the document is updated without changes. Maybe an update with > no modifiers ? > > Thank You! >