[
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
Fixes some precommit check failures. This is ready for commit.
> 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]