This is an automated email from the ASF dual-hosted git repository.
jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 803541390d1 fix
803541390d1 is described below
commit 803541390d18d1fa385858710432afd027381548
Author: jiafeng.zhang <[email protected]>
AuthorDate: Tue Nov 29 11:55:22 2022 +0800
fix
---
docs/data-table/index/prefix-index.md | 2 +-
.../current/data-table/index/prefix-index.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/data-table/index/prefix-index.md
b/docs/data-table/index/prefix-index.md
index 89a5c174573..248c9273f35 100644
--- a/docs/data-table/index/prefix-index.md
+++ b/docs/data-table/index/prefix-index.md
@@ -28,7 +28,7 @@ under the License.
Indexes are used to help quickly filter or find data.
-Doris currently supports two main types of indexes: built-in smart indexes,
including prefix indexes and ZoneMap indexes. User-created secondary indexes,
including the [Bloom Filter index](. /bloomfilter) and [Bitmap inverted
index](. /bitmap-index).
+Doris currently supports two main types of indexes: built-in smart indexes,
including prefix indexes and ZoneMap indexes. User-created secondary indexes,
including the [Bloom Filter index](. /bloomfilter) and [Bitmap index](.
/bitmap-index).
The ZoneMap index is the index information automatically maintained for each
column in the column storage format, including Min/Max, the number of Null
values, and so on. This index is transparent to the user.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/index/prefix-index.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/index/prefix-index.md
index 90960fa15d6..4b0f1ce34e8 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/index/prefix-index.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-table/index/prefix-index.md
@@ -27,7 +27,7 @@ under the License.
索引用于帮助快速过滤或查找数据。
-目前 Doris 主要支持两类索引:内建的智能索引,包括前缀索引和 ZoneMap 索引。用户创建的二级索引,包括 [Bloom Filter
索引](./bloomfilter) 和[Bitmap倒排索引](./bitmap-index)。
+目前 Doris 主要支持两类索引:内建的智能索引,包括前缀索引和 ZoneMap 索引。用户创建的二级索引,包括 [Bloom Filter
索引](./bloomfilter) 和[Bitmap 索引](./bitmap-index)。
其中 ZoneMap 索引是在列存格式上,对每一列自动维护的索引信息,包括 Min/Max,Null 值个数等等。这种索引对用户透明。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]