使用Mac OSX 10.10.5优山美地,我试图运行全文搜索的操作,如to_tsvector,to_tsquery等,并有需要的字典中约80+语言。
Postgres 似乎只有 16 种语言配置,另外两个我正在测试中文(jiebacfg和testzhcgaka ZHParse)。我正在寻找文档或除这些之外的其他语言的存储库。
mydatabase=# \dF
List of text search configurations
Schema | Name | Description
------------+------------+---------------------------------------
pg_catalog | danish | configuration for danish language
pg_catalog | dutch | configuration for dutch language
pg_catalog | english | configuration for english language
pg_catalog | finnish | configuration for finnish language
pg_catalog | french | configuration for french language
pg_catalog | german | configuration for german language …Run Code Online (Sandbox Code Playgroud)