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

| Public Attributes | |
| fts_string_t | text | 
| ib_vector_t * | nodes | 
A tokenizer word. Contains information about one word.
Definition at line 218 of file fts0types.h.
| ib_vector_t* fts_tokenizer_word_t::nodes | 
Word node ilists, each element is of type fts_node_t
Definition at line 221 of file fts0types.h.
| fts_string_t fts_tokenizer_word_t::text | 
Token text.
Definition at line 219 of file fts0types.h.