据我了解,该词典的功能相同,只是同义词Dict不支持带短语的操作。
在PostgreSQl全文搜索中使用一个词典作为词库和短语是否可以?
my_custom.ths
# synonyms
postgres : pgsql
postgresql : pgsql
postgre : pgsql
gogle : googl
# phrases
indices : index*
supernovae stars : sn
crab nebulae : crab
答案 0 :(得分:1)
是的,您可以这样做。正如the documentation所解释的:
PostgreSQL当前对同义词库词典的实现是对同义词词典的扩展,增加了 phrase 支持。