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

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

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

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