企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# 47.47\. `pg_ts_config_map` `pg_ts_config_map`表包含为每个文本搜索配置的解析器的每个输出符号类型, 显示哪个文本搜索字典应该被咨询、以什么顺序搜索的记录。 PostgreSQL的文本搜索功能在[Chapter 12](#calibre_link-426)里描述。 **Table 47-47\. `pg_ts_config_map` 字段** | 名字 | 类型 | 引用 | 描述 | | --- | --- | --- | --- | | `mapcfg` | `oid` | `pg_ts_config`.oid | 拥有这个映射记录的`pg_ts_config`记录的OID | | `maptokentype` | `integer` | 由配置的解析器发出的一个符号类型 | | `mapseqno` | `integer` | 以什么顺序咨询这个记录 (低`mapseqno`为先) | | `mapdict` | `oid` | `pg_ts_dict`.oid | 要咨询的文本搜索字典的OID |