MySQL 8.3.0
Source Code Documentation
fts_tokenizer_word_t Struct Reference

A tokenizer word. More...

#include <fts0types.h>

Public Attributes

fts_string_t text
 Token text. More...
 
ib_vector_tnodes
 Word node ilists, each element is of type fts_node_t. More...
 

Detailed Description

A tokenizer word.

Contains information about one word.

Member Data Documentation

◆ nodes

ib_vector_t* fts_tokenizer_word_t::nodes

Word node ilists, each element is of type fts_node_t.

◆ text

fts_string_t fts_tokenizer_word_t::text

Token text.


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