Any suggestions on how to optimize the loading of facets? My index is roughly 35,000 and I am asking solr to return 6 six facet fields on every query. On large result sets with facet params set to false searching is zippy, but when set to true, and facet fields designated, it takes some time to load. I've tried adjusting some/all of the Common Cache Configuration Parameters in the config but haven't gotten any better result times. Any suggestions?
Thanks, Andrew