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/04/19 03:20:25 UTC

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

Dennis Gove created SOLR-9009:
---------------------------------

             Summary: 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


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