Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/501#discussion_r234496573
--- Diff:
solr/core/src/java/org/apache/solr/update/DirectUpdateHandler2.java ---
@@ -975,6 +976,14 @@ private void updateDocOrDocValues(AddUpdateCommand
cmd, IndexWriter writer) thro
}
}
+ boolean forciblyAddBlockId() {
--- End diff --
this is here in part so that we can test _not_ doing this (i.e. current
behavior)... but I don't think it's worth it. If we want to _not_ do it
conditionally then it could be via luceneMatchVersion but I don't care either
way as it's minor to add it unconditionally.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]