Yonik Seeley created SOLR-10613:
-----------------------------------
Summary: 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
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.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]