mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
--ft_stopword_file command-line option
This commit is contained in:
parent
30a35bcfe4
commit
fc09f13c5d
5 changed files with 77 additions and 23 deletions
|
|
@ -46,6 +46,7 @@ struct st_ft_info
|
|||
};
|
||||
#endif
|
||||
|
||||
extern const char *ft_stopword_file;
|
||||
extern const char *ft_precompiled_stopwords[];
|
||||
|
||||
extern ulong ft_min_word_len;
|
||||
|
|
@ -53,7 +54,7 @@ extern ulong ft_max_word_len;
|
|||
extern ulong ft_max_word_len_for_sort;
|
||||
extern const char *ft_boolean_syntax;
|
||||
|
||||
int ft_init_stopwords(const char **);
|
||||
int ft_init_stopwords(void);
|
||||
void ft_free_stopwords(void);
|
||||
|
||||
#define FT_NL 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue