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

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

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

SOLR-9009: Adds ability to get an Explanation of a Streaming Expression


> Add Explanations to Streaming Expressions
> -----------------------------------------
>
>                 Key: SOLR-9009
>                 URL: https://issues.apache.org/jira/browse/SOLR-9009
>             Project: Solr
>          Issue Type: Improvement
>          Components: SolrJ
>    Affects Versions: master, 6.1
>            Reporter: Dennis Gove
>            Assignee: Dennis Gove
>         Attachments: SOLR-9009.patch, SOLR-9009.patch
>
>
> Adds the ability to return a Explanation for a streaming expression. The 
> explanation will describe features of an expression including its children. 
> This information can be used by a client to introspect how their expression 
> is interpreted on the server. 
> It will be used SOLR-8918 to add Streaming to the admin page.
> This does change the interface Expressible to add a new required function 
> which functions similarly to the toExpression(StreamFactory) function. It 
> will return an Explanation object describing that expression.
> {code}
> public Explanation toExplanation(StreamFactory factory) throws IOException
> {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