MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fts_match_t Struct Reference
Collaboration diagram for fts_match_t:

Public Attributes

doc_id_t doc_id
ulint start
ib_vector_tpositions

Detailed Description

For phrase matching, first we collect the documents and the positions

then we match.

Definition at line 160 of file fts0que.cc.

Member Data Documentation

doc_id_t fts_match_t::doc_id

Document id

Definition at line 161 of file fts0que.cc.

ib_vector_t* fts_match_t::positions

Offsets of a word in a document

Definition at line 167 of file fts0que.cc.

ulint fts_match_t::start

Start the phrase match from this offset within the positions vector.

Definition at line 163 of file fts0que.cc.


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