MySQL 9.1.0
Source Code Documentation
|
A token and its positions within a document. More...
#include <fts0types.h>
Public Attributes | |
fts_string_t | text |
token text More... | |
ib_vector_t * | positions |
an array of the positions the token is found in; each item is actually an ulint. More... | |
A token and its positions within a document.
ib_vector_t* fts_token_t::positions |
an array of the positions the token is found in; each item is actually an ulint.
fts_string_t fts_token_t::text |
token text