mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix doc error in design doc (#11628)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>pull/11637/head
parent
dba0ae4421
commit
1b35b81fe2
|
@ -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.
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Reference in New Issue