This is an automated email from the ASF dual-hosted git repository.

zykkk 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 7fe4d879a3b delete noused url in prefix-index (#271)
7fe4d879a3b is described below

commit 7fe4d879a3bcbb3d3658afacf8d85f7476bc7a53
Author: zy-kkk <[email protected]>
AuthorDate: Wed Jul 26 17:31:24 2023 +0800

    delete noused url in prefix-index (#271)
---
 .../version-1.2/data-table/index/prefix-index.md                        | 2 +-
 versioned_docs/version-1.2/data-table/index/prefix-index.md             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/data-table/index/prefix-index.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/data-table/index/prefix-index.md
index a91d68e31e2..3bcc07e1e53 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/data-table/index/prefix-index.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/data-table/index/prefix-index.md
@@ -29,7 +29,7 @@ under the License.
 
 目前 Doris 主要支持两类索引:
 1. 内建的智能索引,包括前缀索引和 ZoneMap 索引。
-2. 用户手动创建的二级索引,包括 [倒排索引](./inverted-index.md)、 
[bloomfilter索引](./bloomfilter.md)、 [ngram 
bloomfilter索引](./ngram-bloomfilter-index.md) 和[bitmap索引](./bitmap-index.md)。
+2. 用户手动创建的二级索引,包括 [bloomfilter索引](./bloomfilter.md) 和 
[bitmap索引](./bitmap-index.md)。
 
 其中 ZoneMap 索引是在列存格式上,对每一列自动维护的索引信息,包括 Min/Max,Null 值个数等等。这种索引对用户透明。
 
diff --git a/versioned_docs/version-1.2/data-table/index/prefix-index.md 
b/versioned_docs/version-1.2/data-table/index/prefix-index.md
index 934e5426741..d2fc5d1d7a8 100644
--- a/versioned_docs/version-1.2/data-table/index/prefix-index.md
+++ b/versioned_docs/version-1.2/data-table/index/prefix-index.md
@@ -30,7 +30,7 @@ Indexes are used to help quickly filter or find data.
 
 Doris currently supports two main types of indexes:
 1. built-in smart indexes, including prefix indexes and ZoneMap indexes.
-2. User-created secondary indexes, including the [inverted 
index](./inverted-index.md), [bloomfilter index](./bloomfilter.md)、[ngram 
bloomfilter index](./ngram-bloomfilter-index.md) and [bitmap 
index](./bitmap-index.md).
+2. User-created secondary indexes, including the [bloomfilter 
index](./bloomfilter.md) and [bitmap index](./bitmap-index.md).
 
 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.
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to