I need to create a tag cloud based on certain tag/keyword which indexed by lucene . I noticed that, Luke (a toolbox to peek into lucene index) has the features of counting the term frequecy/count.
- is the current ADC in sitecore able to retrieve the term frequency?
- if not, can i directly access to the index files? If so, what is the format for the index file?
It is possible for me to manually calculate the term frequency, but the performance will be very terrible as I got millions of records.