Description
See full discussion with Yonik and I in SOLR-6816.
The TL;DR of that discussion is that we should initialize highest for each version bucket to the MAX value of the _version_ field in the index as early as possible, such as after the first soft- or hard- commit. This will ensure that bulk adds where the docs don't exist avoid an unnecessary lookup for a non-existent document in the index.