Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/385#discussion_r191775263
--- Diff:
solr/core/src/java/org/apache/solr/update/processor/IgnoreLargeDocumentProcessorFactory.java
---
@@ -165,11 +165,9 @@ private static long fastEstimate(Map<Object, Object>
map) {
if (value instanceof Map) {
size += fastEstimate(entry.getValue());
--- End diff --
Cast entry.getValue() to a Map to dispatch directly to the appropriate
fastEstimate overloaded method.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]