MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts_select_t Struct Reference
Collaboration diagram for fts_select_t:

Public Attributes

doc_id_t doc_id
ulint min_pos
ibool found
fts_word_freq_tword_freq

Detailed Description

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.

Definition at line 174 of file fts0que.cc.

Member Data Documentation

doc_id_t fts_select_t::doc_id

The document id to match

Definition at line 175 of file fts0que.cc.

ibool fts_select_t::found

TRUE if found

Definition at line 181 of file fts0que.cc.

ulint fts_select_t::min_pos

For found to be TRUE at least one position must be greater than min_pos.

Definition at line 177 of file fts0que.cc.

fts_word_freq_t* fts_select_t::word_freq

Word frequency instance of the current word being looked up in the FTS index

Definition at line 184 of file fts0que.cc.


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