MySQL 9.1.0
Source Code Documentation
|
For matching tokens in a phrase search. More...
Public Attributes | |
doc_id_t | doc_id |
The document id to match. More... | |
ulint | min_pos |
For found to be true at least one position must be greater than min_pos. More... | |
bool | found |
true if found More... | |
fts_word_freq_t * | word_freq |
Word frequency instance of the current word being looked up in the FTS index. More... | |
For matching tokens in a phrase search.
We use this data structure in the callback that determines whether a document should be accepted or rejected for a phrase search.
doc_id_t fts_select_t::doc_id |
The document id to match.
bool fts_select_t::found |
true if found
ulint fts_select_t::min_pos |
For found to be true at least one position must be greater than min_pos.
fts_word_freq_t* fts_select_t::word_freq |
Word frequency instance of the current word being looked up in the FTS index.