MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts_proximity_t Struct Reference

Public Attributes

ulint n_pos
ulint * min_pos
ulint * max_pos

Detailed Description

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.

Member Data Documentation

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.


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