Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEC4176B4 for ; Mon, 26 Sep 2011 23:11:37 +0000 (UTC) Received: (qmail 37205 invoked by uid 500); 26 Sep 2011 23:11:36 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 37151 invoked by uid 500); 26 Sep 2011 23:11:36 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 37143 invoked by uid 99); 26 Sep 2011 23:11:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2011 23:11:36 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2011 23:11:34 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B345B28ABBC for ; Mon, 26 Sep 2011 23:11:12 +0000 (UTC) Date: Mon, 26 Sep 2011 23:11:12 +0000 (UTC) From: "Hoss Man (Resolved) (JIRA)" To: dev@lucene.apache.org Message-ID: <1381995964.587.1317078672736.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1756079683.20595.1315885569035.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (SOLR-2757) Switch min(a,b) function to min(a,b,...) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org