MySQL 5.6.14 Source Code Document
|
#include <fts0types.h>
Public Attributes | |
doc_id_t | doc_id |
ulint | word_count |
Statistics relevant to a particular document, used during retrieval.
Definition at line 45 of file fts0types.h.
doc_id_t fts_doc_stats_t::doc_id |
Document id
Definition at line 46 of file fts0types.h.
ulint fts_doc_stats_t::word_count |
Total words in the document
Definition at line 47 of file fts0types.h.