MySQL 8.4.0
Source Code Documentation
fts_token_t Struct Reference

A token and its positions within a document. More...

#include <fts0types.h>

Public Attributes

fts_string_t text
 token text More...
 
ib_vector_tpositions
 an array of the positions the token is found in; each item is actually an ulint. More...
 

Detailed Description

A token and its positions within a document.

Member Data Documentation

◆ positions

ib_vector_t* fts_token_t::positions

an array of the positions the token is found in; each item is actually an ulint.

◆ text

fts_string_t fts_token_t::text

token text


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