Github user dsmiley commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/395#discussion_r193532042
--- Diff: solr/core/src/java/org/apache/solr/handler/loader/JsonLoader.java
---
@@ -661,13 +664,13 @@ private Object parseSingleFieldValue(int ev,
SolrInputField sif) throws IOExcept
}
}
- private boolean isChildDoc(Map<String, Object> extendedMap) {
+ private boolean isChildDoc(SolrInputDocument extendedMap) {
return
extendedMap.containsKey(req.getSchema().getUniqueKeyField().getName());
}
- private Map<String, Object> generateExtendedValueMap(int ev) throws
IOException {
+ private SolrInputDocument generateExtendedValueMap(int ev) throws
IOException {
--- End diff --
this method name is no longer appropriate
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]