I have an sphinx search index and would like to find the most common words in my index. Ideally, there is a list of words ordered by frequency.
If this cannot be done using Sphinx, is there a way to query the mysql table text fields to get the same stat?
mysql full-text-search sphinx
applechief
source share