You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/26 16:17:38 UTC

[jira] [Commented] (SOLR-7473) range facet should support mincount

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

ASF subversion and git services commented on SOLR-7473:
-------------------------------------------------------

Commit 1676107 from [~yonik@apache.org] in branch 'dev/trunk'
[ https://svn.apache.org/r1676107 ]

SOLR-7473: implement facet range mincount

> 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
>
>         Attachments: SOLR-7473.patch
>
>
> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org