Or you can just use facet counts. Bill
On Thu, Aug 27, 2009 at 5:23 PM, AHMET ARSLAN <iori...@yahoo.com> wrote: > > > Hi all,How would I go about > > implementing a 'tag cloud' with Solr1.3? All I > > want to do is to display a list of most occurring terms in > > the corpus. Is there an easy way to go about that in 1.3? > > Yes http://localhost:8983/solr/admin/luke?fl=text&numTerms=100 will give > you top 100 most occurring terms from field named text. > > > >