InnoDB Plugin  1.0
Data Fields
fts_token_t Struct Reference

#include <fts0types.h>

Collaboration diagram for fts_token_t:
Collaboration graph
[legend]

Data Fields

fts_string_t text
ib_vector_tpositions

Detailed Description

A token and its positions within a document.

Field Documentation

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


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