SharkSyl

Results 5 comments of SharkSyl

请问自定义字典如何生效啊?我这样尝试字典没生效 ``` root@3152d06267d8:/usr/share/postgresql/15/tsearch_data# ls danish.stop french.stop hunspell_sample_long.affix ispell_sample.affix jieba_hmm.model nepali.stop spanish.stop turkish.stop dutch.stop german.stop hunspell_sample_long.dict ispell_sample.dict jieba.idf norwegian.stop swedish.stop unaccent.rules english.stop hungarian.stop hunspell_sample_num.affix italian.stop jieba.stop portuguese.stop synonym_sample.syn xsyn_sample.rules finnish.stop hunspell_sample.affix...

那岂不是每次更改都要重新build,搞不懂,zhparser的自定义字典也有问题

I encountered the same issue while using Docker. Has it been resolved?

我也遇到了这个问题,我尝试在对应路径下手动创建一份文件,也无法解决

```shell postgres=# create extension zhparser postgres-# ; CREATE EXTENSION postgres=# select sync_zhprs_custom_word(); sync_zhprs_custom_word ------------------------ (1 row) postgres=# select to_tsvector('zhparsercfg', '你是AI助手云计算泽阳'); ERROR: text search configuration "zhparsercfg" does not exist LINE 1:...