Yonik Seeley created SOLR-7473:
----------------------------------

             Summary: range facet should support mincount
                 Key: SOLR-7473
                 URL: https://issues.apache.org/jira/browse/SOLR-7473
             Project: Solr
          Issue Type: Improvement
          Components: Facet Module
            Reporter: Yonik Seeley
            Priority: Minor
             Fix For: 5.2


Just like field faceting, range faceting should support the "mincount" variable 
to limit buckets by minimum count.

Example:
{code}
json.facet={
  prices : {
    type : range,
    field : price,
    mincount : 1,
    start:0, end:100, gap:10
  }
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to