MySQL 8.4.0
Source Code Documentation
FT_WORD Struct Reference

FTS query token. More...

#include <fts0tokenize.h>

Public Attributes

ucharpos
 word start pointer More...
 
uint len
 word len More...
 
double weight
 word weight, unused in innodb More...
 

Detailed Description

FTS query token.

Member Data Documentation

◆ len

uint FT_WORD::len

word len

◆ pos

uchar * FT_WORD::pos

word start pointer

◆ weight

double FT_WORD::weight

word weight, unused in innodb


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