| MySQL 5.6.14 Source Code Document
    | 

| Public Attributes | |
| ibool | found | 
| const fts_match_t * | match | 
| const ib_vector_t * | tokens | 
| ulint | distance | 
| CHARSET_INFO * | charset | 
| mem_heap_t * | heap | 
| ulint | zip_size | 
| fts_proximity_t * | proximity_pos | 
The match positions and tokesn to match
Definition at line 205 of file fts0que.cc.
| CHARSET_INFO* fts_phrase_t::charset | 
Phrase match charset
Definition at line 216 of file fts0que.cc.
| ulint fts_phrase_t::distance | 
For matching on proximity distance. Can be 0 for exact match
Definition at line 214 of file fts0que.cc.
| ibool fts_phrase_t::found | 
Match result
Definition at line 206 of file fts0que.cc.
| mem_heap_t* fts_phrase_t::heap | 
Heap for word processing
Definition at line 217 of file fts0que.cc.
| const fts_match_t* fts_phrase_t::match | 
Positions within text
Definition at line 209 of file fts0que.cc.
| fts_proximity_t* fts_phrase_t::proximity_pos | 
position info for proximity search verification. Records the min and max position of words matched
Definition at line 219 of file fts0que.cc.
| const ib_vector_t* fts_phrase_t::tokens | 
Tokens to match
Definition at line 212 of file fts0que.cc.
| ulint fts_phrase_t::zip_size | 
row zip size
Definition at line 218 of file fts0que.cc.