[skip ci]Fix doc error in design doc (#11628)

Signed-off-by: JackLCL <chenglong.li@zilliz.com>
pull/11637/head
JackLCL 2021-11-11 13:08:43 +08:00 committed by GitHub
parent dba0ae4421
commit 1b35b81fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)