One option would be to load each term into shingles field and then facet on them for the user query. Another is to use http://wiki.apache.org/solr/TermsComponent.
With the first one you can load not only separate terms, but also their sequences and then experiment with the optimal shingle sequence (ngram) length. On Sat, Jun 18, 2011 at 7:12 AM, Jamie Johnson <jej2...@gmail.com> wrote: > Does anyone have details of how to generate a tag cloud of popular terms > across an entire data set and then also across a query? > -- Regards, Dmitry Kan