Hi Keith,
That's good idea to have such functionality.
But this info could not be taken directly from index. It needs some
processing.
$index->terms() and $index->termFreqs($term) may help you.
With best regards,
Alexander Veremyev.
Keith Pope wrote:
Hey guys,
Just doing some testing with zend_search very cool it is too :)
I was wondering if there was a way to find the top terms within the
database. Just like when using Luke on the first page it gives a list of the
top ranking terms?
Basically I am prototyping a tagging system and need a tag crowd.
Thx
Keith