MySQL 9.1.0
Source Code Documentation
|
#include <stddef.h>
#include <sys/types.h>
#include "my_inttypes.h"
#include "storage/myisam/ftdefs.h"
Functions | |
FT_INFO * | ft_init_search (uint flags, void *info, uint keynr, uchar *query, uint query_len, const CHARSET_INFO *cs, uchar *record) |
static int | ft_default_parser_parse (MYSQL_FTPARSER_PARAM *param) |
Variables | |
ulong | ft_min_word_len = 4 |
ulong | ft_max_word_len = HA_FT_MAXCHARLEN |
ulong | ft_query_expansion_limit = 5 |
const char * | ft_boolean_syntax = DEFAULT_FTB_SYNTAX |
const HA_KEYSEG | ft_keysegs [FT_SEGS] |
const struct _ft_vft | _ft_vft_nlq |
const struct _ft_vft | _ft_vft_boolean |
const char * | ft_stopword_file = nullptr |
const char * | ft_precompiled_stopwords [] |
struct st_mysql_ftparser | ft_default_parser |
|
static |
FT_INFO * ft_init_search | ( | uint | flags, |
void * | info, | ||
uint | keynr, | ||
uchar * | query, | ||
uint | query_len, | ||
const CHARSET_INFO * | cs, | ||
uchar * | record | ||
) |
const struct _ft_vft _ft_vft_boolean |
const struct _ft_vft _ft_vft_nlq |
const char* ft_boolean_syntax = DEFAULT_FTB_SYNTAX |
struct st_mysql_ftparser ft_default_parser |
ulong ft_max_word_len = HA_FT_MAXCHARLEN |
ulong ft_min_word_len = 4 |
const char* ft_precompiled_stopwords[] |
ulong ft_query_expansion_limit = 5 |
const char* ft_stopword_file = nullptr |