MySQL 5.6.14 Source Code Document
|
Public Attributes | |
doc_id_t | doc_id |
ulint | start |
ib_vector_t * | positions |
For phrase matching, first we collect the documents and the positions
then we match.
Definition at line 160 of file fts0que.cc.
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.