From dfe70ee8c7c8d5b9747316735207670fe6c63ea2 Mon Sep 17 00:00:00 2001 From: Cerdore Date: Tue, 24 Aug 2021 23:41:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E4=BD=8D=E4=B8=8D?= =?UTF-8?q?=E7=BB=9F=E4=B8=80=E7=9A=84=E9=97=AE=E9=A2=98=20Signed-off-by:?= =?UTF-8?q?=20Cerdore=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../\345\205\250\346\226\207\347\264\242\345\274\225.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/content/zh/docs/CharacteristicDescription/\345\205\250\346\226\207\347\264\242\345\274\225.md" "b/content/zh/docs/CharacteristicDescription/\345\205\250\346\226\207\347\264\242\345\274\225.md" index 4844abcaa..9893cedb9 100644 --- "a/content/zh/docs/CharacteristicDescription/\345\205\250\346\226\207\347\264\242\345\274\225.md" +++ "b/content/zh/docs/CharacteristicDescription/\345\205\250\346\226\207\347\264\242\345\274\225.md" @@ -37,8 +37,8 @@ openGauss 全文索引功能提供了查询可读性文档的能力,并且通 openGauss的全文检索功能当前限制约束是: -- 每个分词长度必须小于2K字节。 -- tsvector结构(分词+位置)的长度必须小于1兆字节。 +- 每个分词长度必须小于2KB。 +- tsvector结构(分词+位置)的长度必须小于1MB。 - tsvector的位置值必须大于0,且小于等于16,383。 - 每个分词在文档中位置数必须小于256,若超过将舍弃后面的位置信息。 -- Gitee