Github user moshebla commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/501#discussion_r234639274
--- 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 --
The change described above causes BlockUpdateTest#testLegacyBlockProcessing
to fail.
Should I remove it, I noticed you mentioned this being a burden going
forward, or should I create a new solrconfig and test case to test this works
in older solr versions?
Wouldn't this be a problem if _root_ is not defined in the collection's
schema?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]