You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Dennis Gove (JIRA)" <ji...@apache.org> on 2016/05/06 12:25:12 UTC

[jira] [Closed] (SOLR-9009) Add Explanations to Streaming Expressions

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

Dennis Gove closed SOLR-9009.
-----------------------------
       Resolution: Fixed
    Fix Version/s: master
                   6.1

> 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: 6.1, master
>            Reporter: Dennis Gove
>            Assignee: Dennis Gove
>             Fix For: 6.1, master
>
>         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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org