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

Joel Bernstein updated SOLR-10485:
----------------------------------
    Description: 
The CalculateStream returns a single empty Tuple to support this syntax:

{code}
select(calc(), add(1, 1) as result)
{code}

This will simply add the calculation to the Tuple and return it, turning Solr 
into a scientific calculator.


  was:
The CalculateStream returns a single empty Tuple to support this syntax:

{code}
select(calc(), add(1, 1) as result)
{code}

This will simply add the calculation to the Tuple an return it, turning Solr 
into a scientific calculator.



> Add CalculateStream to allow Solr to behave like a scientific calculator
> ------------------------------------------------------------------------
>
>                 Key: SOLR-10485
>                 URL: https://issues.apache.org/jira/browse/SOLR-10485
>             Project: Solr
>          Issue Type: New Feature
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Joel Bernstein
>
> The CalculateStream returns a single empty Tuple to support this syntax:
> {code}
> select(calc(), add(1, 1) as result)
> {code}
> This will simply add the calculation to the Tuple and return it, turning Solr 
> into a scientific calculator.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to