From 490c05e0613f7144282dca56d2abade4013743e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E5=87=AF?= Date: Fri, 22 Dec 2023 14:50:13 +0800 Subject: [PATCH] fix docs --- docs/en/docs/data-table/index/inverted-index.md | 2 +- docs/zh-CN/docs/data-table/index/inverted-index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/data-table/index/inverted-index.md b/docs/en/docs/data-table/index/inverted-index.md index 5f7677ebcd5089..75a8f6a3b1bc69 100644 --- a/docs/en/docs/data-table/index/inverted-index.md +++ b/docs/en/docs/data-table/index/inverted-index.md @@ -92,7 +92,7 @@ The features for inverted index is as follows: - ignore_above: Controls whether strings are indexed. - Strings longer than the ignore_above setting will not be indexed. For arrays of strings, ignore_above will be applied for each array element separately and string elements longer than ignore_above will not be indexed. - default value is 256 bytes. - - lowercase: Whether to convert tokens to lowercase, thereby achieving case-insensitive matching. + - lower_case: Whether to convert tokens to lowercase, thereby achieving case-insensitive matching. - true: Convert to lowercase - false: Do not convert to lowercase - COMMENT is optional diff --git a/docs/zh-CN/docs/data-table/index/inverted-index.md b/docs/zh-CN/docs/data-table/index/inverted-index.md index 93010623de45fd..2f4c3f85bfee19 100644 --- a/docs/zh-CN/docs/data-table/index/inverted-index.md +++ b/docs/zh-CN/docs/data-table/index/inverted-index.md @@ -90,7 +90,7 @@ Doris倒排索引的功能简要介绍如下: - ignore_above:控制字符串是否建索引。 - 长度超过 ignore_above 设置的字符串不会被索引。对于字符串数组,ignore_above 将分别应用于每个数组元素,长度超过 ignore_above 的字符串元素将不被索引。 - 默认为 256 字节 - - lowercase: 是否将分词进行小写转换,从而在匹配的时候实现忽略大小写 + - lower_case: 是否将分词进行小写转换,从而在匹配的时候实现忽略大小写 - true: 转换小写 - false:不转换小写 - COMMENT 是可选的,用于指定注释