You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael Lawrence (JIRA)" <ji...@apache.org> on 2015/06/09 19:11:01 UTC

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

Michael Lawrence created SOLR-7654:
--------------------------------------

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


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
(v6.3.4#6332)

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