mysql swedish stopwords
1.0.0
CREATE TABLE sv_stopwords
(
value VARCHAR(30)
) ENGINE = INNODB;
insert_stopwords.mysqlSET GLOBAL innodb_ft_server_stopword_table = 'database_name/sv_stopwords'; (you need admin privileges to run this command on database)