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