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

Hoss Man resolved SOLR-2757.
----------------------------

       Resolution: Fixed
    Fix Version/s: 4.0
                   3.5
         Assignee: Hoss Man

Bill: thanks for the patch and the tests.

committed to trunk r1176097, and merged to 3x r1176125.

                
> Switch min(a,b) function to min(a,b,...)
> ----------------------------------------
>
>                 Key: SOLR-2757
>                 URL: https://issues.apache.org/jira/browse/SOLR-2757
>             Project: Solr
>          Issue Type: Improvement
>    Affects Versions: 3.4
>            Reporter: Bill Bell
>            Assignee: Hoss Man
>            Priority: Minor
>             Fix For: 3.5, 4.0
>
>         Attachments: SOLR-2757-2.patch
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Would like the ability to use min(1,5,10,11) to return 1. To do that today it 
> is parenthesis nightmare:
> min(min(min(1,5),10),11)
> Should extend max() as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to