You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Thomas Wöckinger (Jira)" <ji...@apache.org> on 2021/03/22 17:03:00 UTC

[jira] [Comment Edited] (SOLR-15191) Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing is set

    [ https://issues.apache.org/jira/browse/SOLR-15191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306383#comment-17306383 ] 

Thomas Wöckinger edited comment on SOLR-15191 at 3/22/21, 5:02 PM:
-------------------------------------------------------------------

[~hossman] can you provide the used settings of the particular run?

The result looks like no values are indexed, so maybe an additional assume at the start of the test is requred.


was (Author: thomas.woeckinger):
[~hossman] can you provide the used settings of the particular run?

> Faceting on EnumFieldType does not work if allBuckets, numBuckets or missing is set
> -----------------------------------------------------------------------------------
>
>                 Key: SOLR-15191
>                 URL: https://issues.apache.org/jira/browse/SOLR-15191
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Facet Module, FacetComponent, faceting, search, streaming expressions
>    Affects Versions: 8.7, 8.8, 8.8.1
>            Reporter: Thomas Wöckinger
>            Assignee: David Smiley
>            Priority: Major
>              Labels: easy-fix, pull-request-available
>             Fix For: 8.9
>
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>
> 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'



--
This message was sent by Atlassian Jira
(v8.3.4#803005)