Description
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.
Attachments
Attachments
Issue Links
- is part of
-
SOLR-2371 Add a min() function query, upgrade max() function query to take two value sources
- Closed