[ https://issues.apache.org/jira/browse/SOLR-15457?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359738#comment-17359738 ]
ASF subversion and git services commented on SOLR-15457: -------------------------------------------------------- Commit bb109d3d0a71ee90821350ff288f903100139411 in lucene-solr's branch refs/heads/branch_8x from Thomas Wöckinger [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=bb109d3 ] SOLR-15457: Faceting on EnumFieldType was returning ordinals. (#2508) Fix JSON Faceting on EnumFieldType -- returned values should not be internal ordinals. This is a regression introduced in 8.7. Co-authored-by: Thomas Wöckinger <t...@silbergrau.com> > Faceting buckets values returned as ordinal instead of EnumFieldValue > --------------------------------------------------------------------- > > Key: SOLR-15457 > URL: https://issues.apache.org/jira/browse/SOLR-15457 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Components: Facet Module, FacetComponent, faceting, search > Affects Versions: 8.7, 8.8, 8.9 > Reporter: Thomas Wöckinger > Priority: Major > Labels: easy-fix, pull_request_available > Time Spent: 2h > Remaining Estimate: 0h > > Due to changes of Solr-14514 different FacetFieldProcessors are used. The > base class FacetFieldProcessor uses FacetRangeProcessor to retrieve Calc for > the given SchemaField. > The EnumFieldType is converted to an IntCalc which will returned as a number > at end. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org