Redrock Postgres 搜索 英文
版本: 9.3 / 9.4 / 9.5 / 9.6 / 10 / 11 / 12 / 13 / 14 / 15 / 16 / 17 / 18

52.60. pg_ts_config_map #

The pg_ts_config_map catalog contains entries showing which text search dictionaries should be consulted, and in what order, for each output token type of each text search configuration's parser。

PostgreSQL's text search features are described at length in Chapter 12.

表 52.60. pg_ts_config_map

列 类型

描述

mapcfg oid (引用 pg_ts_config.oid)

拥有此映射条目的 pg_ts_config 条目的 OID

maptokentype int4

配置的解析器生成的令牌类型

mapseqno int4

咨询此条目的顺序(先咨询 mapseqno 值较低的条目)

mapdict oid (引用 pg_ts_dict.oid)

要咨询的文本搜索词典的 OID