[ 
https://issues.apache.org/jira/browse/SOLR-9064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15271511#comment-15271511
 ] 

ASF subversion and git services commented on SOLR-9064:
-------------------------------------------------------

Commit f341002413121142de5257135ceae51b90097963 in lucene-solr's branch 
refs/heads/branch_6x from [~dpgove]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=f341002 ]

SOLR-9064: Adds an explanation of the incoming stream to an UpdateStream's 
explanation


> UpdateStream Explanation should include the explanation for the incoming 
> stream
> -------------------------------------------------------------------------------
>
>                 Key: SOLR-9064
>                 URL: https://issues.apache.org/jira/browse/SOLR-9064
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 6.1, master
>            Reporter: Dennis Gove
>            Assignee: Dennis Gove
>            Priority: Minor
>         Attachments: SOLR-9064.patch
>
>
> The explanation for an UpdateStream does not include a child explanation of 
> the incoming stream. This results in the UpdateStream explanation not being 
> all that informative.
> Simple fix, line 191 should add
> {code}
> child.addChild(tupleSource.toExplanation(factory));
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to