MySQL 9.0.0
Source Code Documentation
fts_match_t Struct Reference

For phrase matching, first we collect the documents and the positions then we match. More...

Public Attributes

doc_id_t doc_id
 Document id. More...
 
ulint start
 Start the phrase match from this offset within the positions vector. More...
 
ib_vector_tpositions
 Offsets of a word in a document. More...
 

Detailed Description

For phrase matching, first we collect the documents and the positions then we match.

Member Data Documentation

◆ doc_id

doc_id_t fts_match_t::doc_id

Document id.

◆ positions

ib_vector_t* fts_match_t::positions

Offsets of a word in a document.

◆ start

ulint fts_match_t::start

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


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