InnoDB Plugin  1.0
Data Fields
fts_result_t Struct Reference

#include <fts0fts.h>

Collaboration diagram for fts_result_t:
Collaboration graph
[legend]

Data Fields

ib_rbt_node_tcurrent
ib_rbt_trankings_by_id
ib_rbt_trankings_by_rank

Detailed Description

Query result.

Field Documentation

ib_rbt_node_t* fts_result_t::current

Current element

ib_rbt_t* fts_result_t::rankings_by_id

RB tree of type fts_ranking_t indexed by doc id

ib_rbt_t* fts_result_t::rankings_by_rank

RB tree of type fts_ranking_t indexed by rank


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