Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
While trying to write some tests demonstrating equivalences between the StatsComponent and the JSON FacetModule i discovered that the FacetModules stat functions (min, max, etc...) don't seem to work on multivalued fields.
Based on the stack traces, i gather the problem is because the FacetModule seems to rely exclusively on using the "Function" parsers to get a value source – apparently w/o any other method of accumulating numeric stats from multivalued (numeric) DocValues?
Attachments
Attachments
Issue Links
- contains
-
SOLR-10620 implement min/max facet functions for multi-valued string fields
- Closed
- relates to
-
SOLR-12559 FunctionQParser.FLAG_USE_FIELDNAME_SOURCE doesn't work when subparsers are involved
- Resolved