On this page
52.58. pg_ts_config_map
pg_ts_config_map
目录包含条目,这些条目显示对于每个文本搜索配置的解析器的每个输出令牌类型,应查询哪些文本搜索词典以及应按什么 Sequences 查询。
Chapter 12详细描述了 PostgreSQL 的文本搜索功能。
表 52.58. pg_ts_config_map
列
Name | Type | References | Description |
---|---|---|---|
mapcfg |
oid |
pg_ts_config.oid |
拥有此 Map 条目的pg_ts_config 条目的 OID |
maptokentype |
integer |
配置解析器发出的令牌类型 | |
mapseqno |
integer |
查阅该条目的 Sequences(低mapseqno 秒) |
|
mapdict |
oid |
pg_ts_dict.oid |
文本搜索字典的 OID 进行查询 |