MySQL 8.0.37
Source Code Documentation
fts_doc_freq_t Struct Reference

For storing the frequency of a word/term in a document. More...

Public Attributes

doc_id_t doc_id
 Document id. More...
 
ulint freq
 Frequency of a word in a document. More...
 

Detailed Description

For storing the frequency of a word/term in a document.

Member Data Documentation

◆ doc_id

doc_id_t fts_doc_freq_t::doc_id

Document id.

◆ freq

ulint fts_doc_freq_t::freq

Frequency of a word in a document.


The documentation for this struct was generated from the following file: