[ 
https://issues.apache.org/jira/browse/SOLR-10613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16152987#comment-16152987
 ] 

ASF subversion and git services commented on SOLR-10613:
--------------------------------------------------------

Commit bfbd2d508c3af68e9b89c4d07d08dde113a28241 in lucene-solr's branch 
refs/heads/branch_7x from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=bfbd2d5 ]

SOLR-10613: add flag to FunctionQParser to use FieldNameValueSource place 
holder when encountering a field name


> Allow value source parser to accept multi-valued fields
> -------------------------------------------------------
>
>                 Key: SOLR-10613
>                 URL: https://issues.apache.org/jira/browse/SOLR-10613
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Facet Module
>            Reporter: Yonik Seeley
>         Attachments: SOLR-10613.patch
>
>
> The current value source parser throws an exception with multi-valued fields. 
>  This prevents easily parsing a function that accepts another function or a 
> multi-valued field (like min/max of a multi-valued string field)
> Example:
> {code}
> facet: {
>  x : "min(sum(a,b))"
>  y : "min(multi_valued_field)"
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to