数据仓库服务 GAUSSDB(DWS)-文本检索函数:to_tsvector([ config regconfig , ] document text)

时间:2024-09-24 15:54:38

to_tsvector([ config regconfig , ] document text)

描述:去除文件信息,并转换为tsvector类型。

返回类型:tsvector

示例:

1
2
3
4
5
SELECT to_tsvector('english', 'The Fat Rats');
   to_tsvector   
-----------------
 'fat':2 'rat':3
(1 row)
support.huaweicloud.com/sqlreference-910-dws/dws_06_0320.html
推荐文章