mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix doc error in milvus_create_index_en.md (#10648)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user