![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
The match positions and tokesn to match. More...
Public Member Functions | |
| fts_phrase_t (const dict_table_t *table) | |
Public Attributes | |
| bool | found | 
| Match result.  More... | |
| const fts_match_t * | match | 
| Positions within text.  More... | |
| const ib_vector_t * | tokens | 
| Tokens to match.  More... | |
| ulint | distance | 
| For matching on proximity distance.  More... | |
| CHARSET_INFO * | charset | 
| Phrase match charset.  More... | |
| mem_heap_t * | heap | 
| Heap for word processing.  More... | |
| const page_size_t | page_size | 
| Row page size.  More... | |
| fts_proximity_t * | proximity_pos | 
| Position info for proximity search verification.  More... | |
| st_mysql_ftparser * | parser | 
| FTS plugin parser.  More... | |
The match positions and tokesn to match.
      
  | 
  inline | 
| CHARSET_INFO* fts_phrase_t::charset | 
Phrase match charset.
| ulint fts_phrase_t::distance | 
For matching on proximity distance.
Can be 0 for exact match
| bool fts_phrase_t::found | 
Match result.
| mem_heap_t* fts_phrase_t::heap | 
Heap for word processing.
| const fts_match_t* fts_phrase_t::match | 
Positions within text.
| const page_size_t fts_phrase_t::page_size | 
Row page size.
| st_mysql_ftparser* fts_phrase_t::parser | 
FTS plugin parser.
| fts_proximity_t* fts_phrase_t::proximity_pos | 
Position info for proximity search verification.
Records the min and max position of words matched
| const ib_vector_t* fts_phrase_t::tokens | 
Tokens to match.