Eneboo - Documentación para desarrolladores
|
Ir al código fuente de este archivo.
Clases | |
struct | _ft_vft |
struct | st_ft_info |
'defines' | |
#define | HA_FT_MAXBYTELEN 254 |
#define | HA_FT_MAXCHARLEN (HA_FT_MAXBYTELEN/3) |
#define | FT_NL 0 |
#define | FT_BOOL 1 |
#define | FT_SORTED 2 |
#define | FT_EXPAND 4 |
'typedefs' | |
typedef struct st_ft_info | FT_INFO |
Funciones | |
int | ft_init_stopwords (void) |
void | ft_free_stopwords (void) |
FT_INFO * | ft_init_search (uint, void *, uint, byte *, uint, CHARSET_INFO *, byte *) |
my_bool | ft_boolean_check_syntax_string (const byte *) |
Variables | |
const char * | ft_stopword_file |
const char * | ft_precompiled_stopwords [] |
ulong | ft_min_word_len |
ulong | ft_max_word_len |
ulong | ft_query_expansion_limit |
char | ft_boolean_syntax [15] |
#define FT_BOOL 1 |
#define FT_EXPAND 4 |
#define FT_NL 0 |
#define FT_SORTED 2 |
#define HA_FT_MAXBYTELEN 254 |
#define HA_FT_MAXCHARLEN (HA_FT_MAXBYTELEN/3) |
typedef struct st_ft_info FT_INFO |
void ft_free_stopwords | ( | void | ) |
int ft_init_stopwords | ( | void | ) |
char ft_boolean_syntax[15] |
const char* ft_precompiled_stopwords[] |
const char* ft_stopword_file |