MySQL 5.6.14 Source Code Document
|
Public Attributes | |
ulint | n_pos |
ulint * | min_pos |
ulint * | max_pos |
structure defines a set of ranges for original documents, each of which
has a minimum position and maximum position. Text in such range should contain all words in the proximity search. We will need to count the words in such range to make sure it is less than the specified distance of the proximity search
Definition at line 194 of file fts0que.cc.
ulint* fts_proximity_t::max_pos |
the maximum position (in bytes) of the range
Definition at line 200 of file fts0que.cc.
ulint* fts_proximity_t::min_pos |
the minimum position (in bytes) of the range
Definition at line 198 of file fts0que.cc.
ulint fts_proximity_t::n_pos |
number of position set, defines a range (min to max) containing all matching words
Definition at line 195 of file fts0que.cc.