[ 
https://issues.apache.org/jira/browse/SOLR-9009?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dennis Gove updated SOLR-9009:
------------------------------
    Attachment: SOLR-9009.patch

All required changes to Streaming related classes to provide Explanations. 
Includes test cases.

> 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
>
>
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to