MySQL 9.1.0
Source Code Documentation
|
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_t * | positions |
Offsets of a word in a document. More... | |
For phrase matching, first we collect the documents and the positions then we match.
doc_id_t fts_match_t::doc_id |
Document id.
ib_vector_t* fts_match_t::positions |
Offsets of a word in a document.
ulint fts_match_t::start |
Start the phrase match from this offset within the positions vector.