You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Neelesh Shastry (JIRA)" <ji...@apache.org> on 2013/02/07 04:55:16 UTC

[jira] [Created] (SOLR-4411) Provide a facet.maxcount parameter that excludes the counts that are higher than this value in a faceted query

Neelesh Shastry created SOLR-4411:
-------------------------------------

             Summary: Provide a facet.maxcount parameter that excludes the counts that are higher than this value in a faceted query
                 Key: SOLR-4411
                 URL: https://issues.apache.org/jira/browse/SOLR-4411
             Project: Solr
          Issue Type: New Feature
          Components: search
    Affects Versions: 4.1
            Reporter: Neelesh Shastry
            Priority: Minor


The parameter facet.mincount provides a good way of filtering counts less than a given number in a faceted query. facet.maxcount would be the upper bound counterpart for this. Currently I'm doing this inside FacetComponent,by filtering the facet counts explicitly, but this is expensive. I would like to know the challenges in implementing this feature both in sharded/non-sharded environments. Willing to implement the feature with tests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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