In the last episode (Feb 02), Alexander Bauer said:
> Hello,
> 
> is there any way to get the fulltext index contents directly? I'm looking
> for a way to list all indexed words from a column to provide a filter
> selection.
> 
> How can I access the index data without walking through all table rows, get
> the column and tokenize and collect words?

Try the ft_dump command; it can dump the word and frequency stats from
fulltext indexes.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to