javeme commented on code in PR #130: URL: https://github.com/apache/incubator-hugegraph-doc/pull/130#discussion_r867604444
########## content/en/docs/clients/restful-api/rebuild.md: ########## @@ -54,11 +53,11 @@ PUT http://localhost:8080/graphs/hugegraph/jobs/rebuild/vertexlabels/person } ``` -注: +comment: -> 可以通过`GET http://localhost:8080/graphs/hugegraph/tasks/2`(其中"2"是task_id)来查询异步任务的执行状态,更多[异步任务RESTful API](../task) +> you can get the asynchronous job status by `GET http://localhost:8080/graphs/hugegraph/tasks/${task_id}` (the task_id here should be 2). See More [AsyncJob RESTfull API](../task) -#### 1.6.3 EdgeLabel对应的全部索引重建 +#### 1.6.3 Rebulid all Indexs of VertexLabel Review Comment: "of VertexLabel" => "of EdgeLabel" ########## content/en/docs/clients/restful-api/rebuild.md: ########## @@ -27,12 +27,11 @@ PUT http://localhost:8080/graphs/hugegraph/jobs/rebuild/indexlabels/personByCity "task_id": 1 } ``` +comment: Review Comment: "Note" is more appropriate ########## content/en/docs/clients/restful-api/task.md: ########## @@ -6,12 +6,12 @@ weight: 13 ### 7.1 Task -#### 7.1.1 列出某个图中全部的异步任务 +#### 7.1.1 list all asynTasks in graph ##### Params -- status: 异步任务的状态 -- limit:返回异步任务数目上限 +- status: the status of asynTasks Review Comment: ditto ########## content/en/docs/clients/restful-api/rebuild.md: ########## @@ -80,6 +79,6 @@ PUT http://localhost:8080/graphs/hugegraph/jobs/rebuild/edgelabels/created } ``` -注: +comment: Review Comment: ditto ########## content/en/docs/clients/restful-api/task.md: ########## @@ -6,12 +6,12 @@ weight: 13 ### 7.1 Task -#### 7.1.1 列出某个图中全部的异步任务 +#### 7.1.1 list all asynTasks in graph Review Comment: List all async tasks in a graph ########## content/en/docs/clients/restful-api/task.md: ########## @@ -129,4 +128,4 @@ PUT http://localhost:8080/graphs/hugegraph/tasks/2?action=cancel } ``` -此时查询 label 为 man 的顶点数目,一定是小于 10 的。 +query the number of vertex which label is man ,it must less than 10。 Review Comment: At this point, the number of vertices whose label is man must be less than 10. ########## content/en/docs/clients/restful-api/task.md: ########## @@ -45,7 +45,7 @@ GET http://localhost:8080/graphs/hugegraph/tasks?status=success } ``` -#### 7.1.2 查看某个异步任务的信息 +#### 7.1.2 view the details of an asyncTask Review Comment: please ensure the first letter capitalized -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
