| MySQL 5.6.14 Source Code Document
    | 
#include <fts0types.h>

| Public Attributes | |
| fts_string_t | text | 
| ib_vector_t * | positions | 
A token and its positions within a document.
Definition at line 271 of file fts0types.h.
| ib_vector_t* fts_token_t::positions | 
an array of the positions the token is found in; each item is actually an ulint.
Definition at line 274 of file fts0types.h.
| fts_string_t fts_token_t::text | 
token text
Definition at line 272 of file fts0types.h.