What is the mysql 5.5 equivalent for the sys.dm_fts_index_keywords_by_document in sql 2008

Posted by djsurge on Stack Overflow See other posts from Stack Overflow or by djsurge
Published on 2010-03-30T20:27:27Z Indexed on 2010/03/30 20:33 UTC
Read the original article Hit count: 333

I'm making a web application that uses the data in the sys.dm_fts_index_keywords_by_document. I'm interested how many times a given term occurs in each string that is indexed.

For example, I have a table with a column called comments, the table has various strings in the comments field. When I make that column full text searchable, the dm_fts_index_keywords_by_document is created and I can see the word per document data. Can i do the same thing in mySQL?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql-server-2008