Github user dsmiley commented on a diff in the pull request: https://github.com/apache/lucene-solr/pull/395#discussion_r194446507 --- Diff: solr/solrj/src/java/org/apache/solr/common/util/JsonRecordReader.java --- @@ -442,19 +442,18 @@ void walkObject() throws IOException { } } - private void addChildDoc2ParentDoc(Map<String, Object> record, Map<String, Object> values, String path) { - String trimmedPath = trimPath(path); + private void addChildDoc2ParentDoc(Map<String, Object> record, Map<String, Object> values, String key) { --- End diff -- much better; thanks
--- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org