|
InnoDB Plugin
1.0
|
#include <fts0fts.h>
Data Fields | |
| doc_id_t | doc_id |
| fts_rank_t | rank |
| byte * | words |
| ulint | words_len |
Query ranked doc ids.
| doc_id_t fts_ranking_t::doc_id |
Document id
| fts_rank_t fts_ranking_t::rank |
Rank is between 0 .. 1
| byte* fts_ranking_t::words |
this contains the words that were queried and found in this document
| ulint fts_ranking_t::words_len |
words len
1.8.1.2