oswilno/db/dictionary/create_dict.psql
2022-07-19 16:09:51 +02:00

13 lines
324 B
Plaintext

CREATE TEXT SEARCH DICTIONARY polish (
Template = ispell,
DictFile = polish,
AffFile = polish,
StopWords = polish
);
CREATE TEXT SEARCH CONFIGURATION polish(parser = default);
ALTER TEXT SEARCH CONFIGURATION polish
ALTER MAPPING FOR asciiword, asciihword, hword_asciipart, word, hword, hword_part
WITH polish;