Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
8.7, 8.8, 8.8.1
Description
Due to Solr-14514 FacetFieldProcessorByEnumTermsStream is not used if allBuckets, numBuckets or missing parma is true.
As fallback FacetFieldProcessorByHashDV is used which FacetRangeProcessor.getNumericCalc(sf) on the field. EnumFileType is not handled currently, so a SolrException is thrown with BAD_REQUEST and 'Expected numeric field type'
Attachments
Issue Links
- is caused by
-
SOLR-14514 json.facets: method:stream is incompatible with allBuckets:true
-
- Resolved
-
- relates to
-
SOLR-15457 Faceting buckets values returned as ordinal instead of EnumFieldValue
-
- Closed
-
- links to