--ft_stopword_file command-line option

This commit is contained in:
unknown 2003-01-23 13:20:37 +01:00
commit fc09f13c5d
5 changed files with 77 additions and 23 deletions

View file

@ -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