[
https://issues.apache.org/jira/browse/SOLR-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13104283#comment-13104283
]
Bill Bell commented on SOLR-2757:
---------------------------------
You can test with:
http://localhost:8983/solr/select?q={!func}max%2810,3,8,7,5,4%29&fl=score
http://localhost:8983/solr/select?q={!func}min%2810,3,8,7,5,4%29&fl=score
> 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
> Priority: Minor
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]