#openGauss #入门 #安装 #数据库 #开源
知识来源:docs-opengauss.osinfra.cn/zh/
5. 在文本搜索配置中,选择设置不索引或搜索某些token类型。
openGauss=# ALTER TEXT SEARCH CONFIGURATION ts_conf
DROP MAPPING FOR email, url, url_path, sfloat, float;
6. 使用文本检索调测函数ts_debug()对所创建的词典配置ts_conf进行测试。
openGauss=# SELECT * FROM ts_debug('ts_conf', '
PostgreSQL, the highly scalable, SQL compliant, open source object-relational
database management system, is now undergoing beta testing of the next
version of our software.
');
#openGauss #入门 #安装 #数据库 #开源