Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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:
facet: { x : "min(sum(a,b))" y : "min(multi_valued_field)" }
Attachments
Attachments
Issue Links
- is depended upon by
-
SOLR-10620 implement min/max facet functions for multi-valued string fields
- Closed