[ https://issues.apache.org/jira/browse/SOLR-17649?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Thomas Wöckinger updated SOLR-17649: ------------------------------------ Description: When using JsonFacet api on a multivalued EnumFieldType with facet method 'enum' the {color:#232629}FacetFieldProcessorByArrayDV{color} will be used. At line 96 there is a check about allBuckets or missing buckets, which simply skip collect process. So at the moment there is no support for Multivalue faceting on facets which are using FacetFieldProcessorByArrayDV facet processor for collecting facets. Tested this behavior from 9.4 onwards, these feature was working on the 8.x releases. was: When using JsonFacet api on a multivalued EnumFieldType with facet method 'enum' the {color:#232629}{color:#000000}FacetFieldProcessorByArrayDV{color}{color} will be used. At line 96 there is a check about allBuckets or missing buckets, which simply skip collect process. So at the moment there is no support for Multivalue faceting on facets which are using {color:#232629}{color:#000000}FacetFieldProcessorByArrayDV{color}{color} facet processor for collecting facets. > Multivalue facets on enum field type returns empty result when using JsonFacet > ------------------------------------------------------------------------------ > > Key: SOLR-17649 > URL: https://issues.apache.org/jira/browse/SOLR-17649 > Project: Solr > Issue Type: Bug > Components: Facet Module, FacetComponent, faceting > Affects Versions: 9.4, 9.5, 9.4.1, 9.6, 9.7, 9.6.1, 9.8 > Reporter: Thomas Wöckinger > Priority: Major > > When using JsonFacet api on a multivalued EnumFieldType with facet method > 'enum' the {color:#232629}FacetFieldProcessorByArrayDV{color} will be used. > At line 96 there is a check about allBuckets or missing buckets, which simply > skip collect process. > So at the moment there is no support for Multivalue faceting on facets which > are using FacetFieldProcessorByArrayDV facet processor for collecting facets. > Tested this behavior from 9.4 onwards, these feature was working on the 8.x > releases. -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org