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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to