Thomas Wöckinger created SOLR-17649:
---------------------------------------

             Summary: 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.8, 9.6.1, 9.7, 9.6, 9.4.1, 9.5, 9.4
            Reporter: Thomas Wöckinger


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.



--
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

Reply via email to