mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix doc error in milvus_create_index_en.md (#10648)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>pull/10652/head
parent
5436833479
commit
df6f05d402
|
@ -72,7 +72,7 @@ type createIndexTask struct {
|
|||
|
||||
- `PostExecute`, `CreateIndexTask` does nothing at this phase, and return directly.
|
||||
|
||||
4. `RootCoord` would wraps the `CreateIndex` request into `CreateIndexReqTask`, and then call function `executeTask`. `executeTask` would return until the `context` is done or `CreateIndexReqTask.Execute` returned.
|
||||
4. `RootCoord` would wrap the `CreateIndex` request into `CreateIndexReqTask`, and then call function `executeTask`. `executeTask` would return until the `context` is done or `CreateIndexReqTask.Execute` returned.
|
||||
|
||||
```go
|
||||
type reqTask interface {
|
||||
|
|
Loading…
Reference in New Issue