You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Munendra S N (Jira)" <ji...@apache.org> on 2019/10/15 16:59:00 UTC

[jira] [Commented] (SOLR-7654) Numeric terms facet yields redundant "0.0" buckets when mincount and sort specified

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

Munendra S N commented on SOLR-7654:
------------------------------------

Currently, {{mincount=0}} is not supported and the request fails with explicit error. Hence, closing this as won't fix. When mincount=0, we can revisit this if the issue still persists

> Numeric terms facet yields redundant "0.0" buckets when mincount and sort specified
> -----------------------------------------------------------------------------------
>
>                 Key: SOLR-7654
>                 URL: https://issues.apache.org/jira/browse/SOLR-7654
>             Project: Solr
>          Issue Type: Bug
>          Components: Facet Module
>    Affects Versions: 5.2
>            Reporter: Michael Lawrence
>            Priority: Major
>
> This query:
> http://localhost:8983/solr/techproducts/select?q=*:*&json={"facet":{"price":{"type":"terms","field":"price","sort":"index asc","mincount":0}}}&wt=json
> Yields results where every bucket has value "0.0" and count "0". Dropping either the "mincount" parameter or "sort" parameter fixes it.
> This is using nightly build 5.3.0-2015-05-29_12-15-41 1682437 - jenkins - 2015-05-29 08:22:15. Apologies if this has been fixed since.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org