Re: tag cloud with solr 1.3

2009-08-28 Thread Bill Au
Or you can just use facet counts. Bill On Thu, Aug 27, 2009 at 5:23 PM, AHMET ARSLAN 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 i

Re: tag cloud with solr 1.3

2009-08-27 Thread AHMET ARSLAN
> 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 occur

tag cloud with solr 1.3

2009-08-27 Thread Paul Kay
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? I saw a couple of postings about implementing it with TermVectorComponent but thats in 1.4. I'd really appr