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

Public Attributes

ibool found
const fts_match_tmatch
const ib_vector_ttokens
ulint distance
CHARSET_INFOcharset
mem_heap_theap
ulint zip_size
fts_proximity_tproximity_pos

Detailed Description

The match positions and tokesn to match

Definition at line 205 of file fts0que.cc.

Member Data Documentation

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.


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