MySQL 9.1.0
Source Code Documentation
|
A tokenizer word. More...
#include <fts0types.h>
Public Attributes | |
fts_string_t | text |
Token text. More... | |
ib_vector_t * | nodes |
Word node ilists, each element is of type fts_node_t. More... | |
A tokenizer word.
Contains information about one word.
ib_vector_t* fts_tokenizer_word_t::nodes |
Word node ilists, each element is of type fts_node_t.
fts_string_t fts_tokenizer_word_t::text |
Token text.