My understanding is that too many facet values will decrease performance How many is too many? Are there any rules of thumb for this?
2 related questions: - I expect a facet field to have many values (values are user generated), any thing I can do to minimize the performance impact? - Any way to tell Solr to just at the top N values, kinda like the LIMIT clause in SQL? Thanks