MySQL 8.4.1
Source Code Documentation
fts_ranking_t Struct Reference

Query ranked doc ids. More...

#include <fts0fts.h>

Public Attributes

doc_id_t doc_id
 Document id. More...
 
fts_rank_t rank
 Rank is between 0 . More...
 
bytewords
 this contains the words that were queried and found in this document More...
 
ulint words_len
 words len More...
 

Detailed Description

Query ranked doc ids.

Member Data Documentation

◆ doc_id

doc_id_t fts_ranking_t::doc_id

Document id.

◆ rank

fts_rank_t fts_ranking_t::rank

Rank is between 0 .

. 1

◆ words

byte* fts_ranking_t::words

this contains the words that were queried and found in this document

◆ words_len

ulint fts_ranking_t::words_len

words len


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