From 1b35b81fe23790beb596bd406edebfe92747d449 Mon Sep 17 00:00:00 2001 From: JackLCL Date: Thu, 11 Nov 2021 13:08:43 +0800 Subject: [PATCH] [skip ci]Fix doc error in design doc (#11628) Signed-off-by: JackLCL --- docs/design_docs/milvus_create_index_en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/milvus_create_index_en.md b/docs/design_docs/milvus_create_index_en.md index 2d0282fcac..544ae748ed 100644 --- a/docs/design_docs/milvus_create_index_en.md +++ b/docs/design_docs/milvus_create_index_en.md @@ -182,7 +182,7 @@ message CreateIndexRequest { _Note_: `IndexNode` will not notify the `QueryCoord` to load the index files, if an user wants to speed up search by these index files, he should call `ReleaseCollection` firstly, then call `LoadCollection` to load these index files. -15. As mentioned earlier, `RootCoord` would only search on these flushed segments on `CreateIndex` request, the following figure show how to deal with the newly add segments. +15. As mentioned earlier, `RootCoord` would only search on these flushed segments on `CreateIndex` request, the following figure show how to deal with the newly added segments. ![data_coord_flushed](./graphs/milvus_create_index_data_coord_flushed.png)