I have tried (as a test) combining facets and term vectors ( http://wiki.apache.org/solr/TermVectorComponent ) in one query and was able to get a list of facets and for each facet there was a term freq under termVectors section. Not sure, if that's what you are trying to achieve.
-Dmitry On Fri, May 4, 2012 at 8:37 PM, Jamie Johnson <jej2...@gmail.com> wrote: > Is it possible when faceting to return not only the strings but also > the total term frequency for those facets? I am trying to avoid > building a customized faceting component and making multiple queries. > In our scenario we have multivalued fields which may have duplicates > and I would like to be able to get a count of how many documents that > term appears (currently what faceting does) but also how many times > that term appears in general. > -- Regards, Dmitry Kan