risdenk commented on code in PR #1482:
URL: https://github.com/apache/solr/pull/1482#discussion_r1146272849
##########
solr/core/src/java/org/apache/solr/request/SimpleFacets.java:
##########
@@ -595,7 +595,7 @@ private NamedList<Integer> getTermCounts(String field,
Integer mincount, ParsedP
break;
case UIF:
// Emulate the JSON Faceting structure so we can use the same
parsing classes
- Map<String, Object> jsonFacet = new HashMap<>(13);
+ Map<String, Object> jsonFacet = CollectionUtil.newHashMap(13);
Review Comment:
reverted in 380eb1364f66a9a86a126452e4100062e30614b5
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]