You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2013/06/14 17:05:20 UTC

[jira] [Created] (SOLR-4928) Configure UnInvertedField to skip terms with too high or too low document frequency

David Smiley created SOLR-4928:
----------------------------------

             Summary: Configure UnInvertedField to skip terms with too high or too low document frequency
                 Key: SOLR-4928
                 URL: https://issues.apache.org/jira/browse/SOLR-4928
             Project: Solr
          Issue Type: New Feature
          Components: SearchComponents - other
            Reporter: David Smiley


I want to facet on my tokenized text for tag clouds and for analytical purposes.  Even though I only have 312k docs, UnInvertedField hit a limit -- "Too many values for UnInvertedField faceting on field text".  I guess some of these docs are bigger than I thought and have lots of distinct terms; I dunno.  

I'd like to add a new parameter named something like facet.uif.cache.minDf  (named similarly to the existing facet.enum.cache.minDf).

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