You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Hoss Man (Updated) (JIRA)" <ji...@apache.org> on 2011/11/17 02:55:52 UTC

[jira] [Updated] (SOLR-2757) Switch min(a,b) function to min(a,b,...)

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

Hoss Man updated SOLR-2757:
---------------------------

    Assignee: Bill Bell  (was: Hoss Man)
    
> 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: Bill Bell
>            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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org