MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts_token_t Struct Reference

#include <fts0types.h>

Collaboration diagram for fts_token_t:

Public Attributes

fts_string_t text
ib_vector_tpositions

Detailed Description

A token and its positions within a document.

Definition at line 271 of file fts0types.h.

Member Data Documentation

ib_vector_t* fts_token_t::positions

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

Definition at line 274 of file fts0types.h.

fts_string_t fts_token_t::text

token text

Definition at line 272 of file fts0types.h.


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