Re: Frequency of words in index

2011-05-11 Thread dan whelan
On 5/11/11 6:12 AM, Jasneet Sabharwal wrote: I did a facet query on my data field and it showed a list of words with their count but it miss lot of words in facet count. The query used was :- http://localhost:8983/solr/select/?q=*:*&facet=true&facet.field=Data How can I get the count of each

Re: Frequency of words in index

2011-05-11 Thread Ahmet Arslan
> I did a facet query on my data field > and it showed a list of words with their count but it miss > lot of words in facet count. > > The query used was :- > > http://localhost:8983/solr/select/?q=*:*&facet=true&facet.field=Data > > How can I get the count of each word in my index and one > mor