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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to