index_fulltext
For free text searching, e.g. with a sentence, in all content: title, description, keywords, body.
phash
Changed in version 13.0
The field has been transformed to a varchar field, full md5 hashes are stored.
- Field
- phash
- Description
- The md5 hash of the indexed document.
fulltextdata
- Field
- fulltextdata
- Description
- The total content stripped for any HTML codes.
Currently the MySQL FULLTEXT search is not used (something with MATCH ... AGAINST), but this will be added in the future.