imagine a doc like:
\'aaa bbb ccc ffffd\'
mysql query against it:
select * from table where match(doc) against(\'aaa bb ccc\');