#include <ft_global.h>
Public Attributes | |
| int(* | read_next )(FT_INFO *, char *) |
| float(* | find_relevance )(FT_INFO *, byte *, uint) |
| void(* | close_search )(FT_INFO *) |
| float(* | get_relevance )(FT_INFO *) |
| void(* | reinit_search )(FT_INFO *) |
Definition at line 33 of file ft_global.h.
| void(* _ft_vft::close_search)(FT_INFO *) |
Referenced by Item_func_match::cleanup().
| float(* _ft_vft::find_relevance)(FT_INFO *, byte *, uint) |
Referenced by Item_func_match::val_real().
| float(* _ft_vft::get_relevance)(FT_INFO *) |
Referenced by Item_func_match::val_real().
| int(* _ft_vft::read_next)(FT_INFO *, char *) |
Referenced by ha_myisam::ft_read().
| void(* _ft_vft::reinit_search)(FT_INFO *) |
Referenced by ha_myisam::ft_init().
1.4.7

