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 (JIRA)" <ji...@apache.org> on 2015/07/31 03:36:04 UTC

[jira] [Created] (SOLR-7853) support min(multivalued_field_name) and max(multivalued_field_name) syntax

Hoss Man created SOLR-7853:
------------------------------

             Summary: support min(multivalued_field_name) and max(multivalued_field_name) syntax
                 Key: SOLR-7853
                 URL: https://issues.apache.org/jira/browse/SOLR-7853
             Project: Solr
          Issue Type: Improvement
            Reporter: Hoss Man


The changes in SOLR-2522 are adding support for using {{field(field_name,'min')}} and {{field(field_name,'max')}} as a way to use the min/max of a multivalued docvalues field in functions at query time.

The ideal syntax would be to support this as a varient on the existing {{min()}} and {{max()}} functions -- which would be more intuitive for users, but getting this to work is non trivial, so it's been split out as a distinct issue for future improvement.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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