This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 4f67607f Update indexlabel.md (#243)
4f67607f is described below
commit 4f67607f60a89550e0865f79484b079c0e7bf312
Author: imbajin <[email protected]>
AuthorDate: Fri May 19 10:18:56 2023 +0000
Update indexlabel.md (#243)
Completed the translation to English.
0ec43c258f97dd0998f6944b2be118cc2bfe81d3
---
docs/_print/index.html | 10 +++++-----
docs/clients/_print/index.html | 10 +++++-----
docs/clients/restful-api/_print/index.html | 10 +++++-----
docs/clients/restful-api/index.xml | 16 ++++++++--------
docs/clients/restful-api/indexlabel/index.html | 21 +++++++++------------
docs/index.xml | 16 ++++++++--------
en/index.html | 2 +-
en/sitemap.xml | 2 +-
sitemap.xml | 2 +-
9 files changed, 43 insertions(+), 46 deletions(-)
diff --git a/docs/_print/index.html b/docs/_print/index.html
index 62d5889f..d12fcaa7 100644
--- a/docs/_print/index.html
+++ b/docs/_print/index.html
@@ -2423,7 +2423,7 @@ Implement a class inherited from <code>Formatter</code>
in the directory, such a
</span></span></code></pre></div><h5 id=response-body-4>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful API</a>.</p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-7099742fb947ad5dfde9e72216c10b8a>5.1.5
- IndexLabel API</h1><h3 id=15-indexlabel>1.5 Inde [...]
+</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful API</a>.</p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-7099742fb947ad5dfde9e72216c10b8a>5.1.5
- IndexLabel API</h1><h3 id=15-indexlabel>1.5 Inde [...]
</span></span></code></pre></div><h5 id=request-body>Request Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"name"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"personByCity"</span><span
style=color:#000;font-weight:700>,</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"base_type"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"VERTEX_LABEL"</span><span
style=color:#000;font-weight:700>,</span>
@@ -2447,7 +2447,7 @@ Implement a class inherited from <code>Formatter</code>
in the directory, such a
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>},</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>2</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=152-获取所有的indexlabel>1.5.2
获取所有的IndexLabel</h4><h5 id=method--url-1>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
+</span></span></code></pre></div><h4 id=152-get-all-indexlabels>1.5.2 Get all
IndexLabels</h4><h5 id=method--url-1>Method & Url</h5><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
</span></span></code></pre></div><h5 id=response-status-1>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>200</span>
</span></span></code></pre></div><h5 id=response-body-1>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"indexlabels"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#000;font-weight:700>[</span>
@@ -2494,7 +2494,7 @@ Implement a class inherited from <code>Formatter</code>
in the directory, such a
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>]</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=153-根据name获取indexlabel>1.5.3
根据name获取IndexLabel</h4><h5 id=method--url-2>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
+</span></span></code></pre></div><h4 id=153-get-indexlabel-by-name>1.5.3 Get
IndexLabel by name</h4><h5 id=method--url-2>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
</span></span></code></pre></div><h5 id=response-status-2>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>200</span>
</span></span></code></pre></div><h5 id=response-body-2>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span><span
style=color:#000;font-weight:700>,</span>
@@ -2506,12 +2506,12 @@ Implement a class inherited from <code>Formatter</code>
in the directory, such a
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>],</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"index_type"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"SECONDARY"</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=154-根据name删除indexlabel>1.5.4
根据name删除IndexLabel</h4><p>删除 IndexLabel 会导致删除相关的索引数据,会产生一个异步任务</p><h5
id=method--url-3>Method & Url</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>DELETE
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
+</span></span></code></pre></div><h4 id=154-delete-indexlabel-by-name>1.5.4
Delete IndexLabel by name</h4><p>Deleting an IndexLabel will result in the
deletion of related index data. This operation will generate an asynchronous
task.</p><h5 id=method--url-3>Method & Url</h5><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>DELETE http://localhost:8080 [...]
</span></span></code></pre></div><h5 id=response-status-3>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>202</span>
</span></span></code></pre></div><h5 id=response-body-3>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>注:</p><blockquote><p>可以通过<code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code>(其中"1"是task_id)来查询异步任务的执行状态,更多<a
href=../task>异步任务RESTful API</a></p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-bde129922f801ad9560757fcec64d05c>5.1.6
- Rebuild API</h1><h3 id=16-rebuild>1.6 Rebuild</h3><h4
id=161-rebuild-indexlabel>1.6.1 Rebuild IndexLabel</h4><h5
id=method--url>Method & Url</h5><div class=highlight><pre tabin [...]
+</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful API</a>.</p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-bde129922f801ad9560757fcec64d05c>5.1.6
- Rebuild API</h1><h3 id=16-rebuild>1.6 Rebuild</h [...]
</span></span></code></pre></div><h5 id=response-status>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>202</span>
</span></span></code></pre></div><h5 id=response-body>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
diff --git a/docs/clients/_print/index.html b/docs/clients/_print/index.html
index 0f7b4e64..5cffc71f 100644
--- a/docs/clients/_print/index.html
+++ b/docs/clients/_print/index.html
@@ -785,7 +785,7 @@
</span></span></code></pre></div><h5 id=response-body-4>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful API</a>.</p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-7099742fb947ad5dfde9e72216c10b8a>1.5 -
IndexLabel API</h1><h3 id=15-indexlabel>1.5 IndexL [...]
+</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful API</a>.</p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-7099742fb947ad5dfde9e72216c10b8a>1.5 -
IndexLabel API</h1><h3 id=15-indexlabel>1.5 IndexL [...]
</span></span></code></pre></div><h5 id=request-body>Request Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"name"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"personByCity"</span><span
style=color:#000;font-weight:700>,</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"base_type"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"VERTEX_LABEL"</span><span
style=color:#000;font-weight:700>,</span>
@@ -809,7 +809,7 @@
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>},</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>2</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=152-获取所有的indexlabel>1.5.2
获取所有的IndexLabel</h4><h5 id=method--url-1>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
+</span></span></code></pre></div><h4 id=152-get-all-indexlabels>1.5.2 Get all
IndexLabels</h4><h5 id=method--url-1>Method & Url</h5><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
</span></span></code></pre></div><h5 id=response-status-1>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>200</span>
</span></span></code></pre></div><h5 id=response-body-1>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"indexlabels"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#000;font-weight:700>[</span>
@@ -856,7 +856,7 @@
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>]</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=153-根据name获取indexlabel>1.5.3
根据name获取IndexLabel</h4><h5 id=method--url-2>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
+</span></span></code></pre></div><h4 id=153-get-indexlabel-by-name>1.5.3 Get
IndexLabel by name</h4><h5 id=method--url-2>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
</span></span></code></pre></div><h5 id=response-status-2>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>200</span>
</span></span></code></pre></div><h5 id=response-body-2>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span><span
style=color:#000;font-weight:700>,</span>
@@ -868,12 +868,12 @@
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>],</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"index_type"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"SECONDARY"</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=154-根据name删除indexlabel>1.5.4
根据name删除IndexLabel</h4><p>删除 IndexLabel 会导致删除相关的索引数据,会产生一个异步任务</p><h5
id=method--url-3>Method & Url</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>DELETE
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
+</span></span></code></pre></div><h4 id=154-delete-indexlabel-by-name>1.5.4
Delete IndexLabel by name</h4><p>Deleting an IndexLabel will result in the
deletion of related index data. This operation will generate an asynchronous
task.</p><h5 id=method--url-3>Method & Url</h5><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>DELETE http://localhost:8080 [...]
</span></span></code></pre></div><h5 id=response-status-3>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>202</span>
</span></span></code></pre></div><h5 id=response-body-3>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>注:</p><blockquote><p>可以通过<code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code>(其中"1"是task_id)来查询异步任务的执行状态,更多<a
href=../task>异步任务RESTful API</a></p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-bde129922f801ad9560757fcec64d05c>1.6 -
Rebuild API</h1><h3 id=16-rebuild>1.6 Rebuild</h3><h4
id=161-rebuild-indexlabel>1.6.1 Rebuild IndexLabel</h4><h5
id=method--url>Method & Url</h5><div class=highlight><pre tabinde [...]
+</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful API</a>.</p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-bde129922f801ad9560757fcec64d05c>1.6 -
Rebuild API</h1><h3 id=16-rebuild>1.6 Rebuild</h3> [...]
</span></span></code></pre></div><h5 id=response-status>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>202</span>
</span></span></code></pre></div><h5 id=response-body>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
diff --git a/docs/clients/restful-api/_print/index.html
b/docs/clients/restful-api/_print/index.html
index ec8e6b13..7ee9ba8a 100644
--- a/docs/clients/restful-api/_print/index.html
+++ b/docs/clients/restful-api/_print/index.html
@@ -787,7 +787,7 @@
</span></span></code></pre></div><h5 id=response-body-4>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful API</a>.</p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-7099742fb947ad5dfde9e72216c10b8a>5 -
IndexLabel API</h1><h3 id=15-indexlabel>1.5 IndexLab [...]
+</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful API</a>.</p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-7099742fb947ad5dfde9e72216c10b8a>5 -
IndexLabel API</h1><h3 id=15-indexlabel>1.5 IndexLab [...]
</span></span></code></pre></div><h5 id=request-body>Request Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"name"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"personByCity"</span><span
style=color:#000;font-weight:700>,</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"base_type"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"VERTEX_LABEL"</span><span
style=color:#000;font-weight:700>,</span>
@@ -811,7 +811,7 @@
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>},</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>2</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=152-获取所有的indexlabel>1.5.2
获取所有的IndexLabel</h4><h5 id=method--url-1>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
+</span></span></code></pre></div><h4 id=152-get-all-indexlabels>1.5.2 Get all
IndexLabels</h4><h5 id=method--url-1>Method & Url</h5><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
</span></span></code></pre></div><h5 id=response-status-1>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>200</span>
</span></span></code></pre></div><h5 id=response-body-1>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"indexlabels"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#000;font-weight:700>[</span>
@@ -858,7 +858,7 @@
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>]</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=153-根据name获取indexlabel>1.5.3
根据name获取IndexLabel</h4><h5 id=method--url-2>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
+</span></span></code></pre></div><h4 id=153-get-indexlabel-by-name>1.5.3 Get
IndexLabel by name</h4><h5 id=method--url-2>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
</span></span></code></pre></div><h5 id=response-status-2>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>200</span>
</span></span></code></pre></div><h5 id=response-body-2>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span><span
style=color:#000;font-weight:700>,</span>
@@ -870,12 +870,12 @@
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>],</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"index_type"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"SECONDARY"</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=154-根据name删除indexlabel>1.5.4
根据name删除IndexLabel</h4><p>删除 IndexLabel 会导致删除相关的索引数据,会产生一个异步任务</p><h5
id=method--url-3>Method & Url</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>DELETE
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
+</span></span></code></pre></div><h4 id=154-delete-indexlabel-by-name>1.5.4
Delete IndexLabel by name</h4><p>Deleting an IndexLabel will result in the
deletion of related index data. This operation will generate an asynchronous
task.</p><h5 id=method--url-3>Method & Url</h5><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>DELETE http://localhost:8080 [...]
</span></span></code></pre></div><h5 id=response-status-3>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>202</span>
</span></span></code></pre></div><h5 id=response-body-3>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>注:</p><blockquote><p>可以通过<code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code>(其中"1"是task_id)来查询异步任务的执行状态,更多<a
href=../task>异步任务RESTful API</a></p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-bde129922f801ad9560757fcec64d05c>6 -
Rebuild API</h1><h3 id=16-rebuild>1.6 Rebuild</h3><h4
id=161-rebuild-indexlabel>1.6.1 Rebuild IndexLabel</h4><h5
id=method--url>Method & Url</h5><div class=highlight><pre tabindex= [...]
+</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful API</a>.</p></blockquote></div><div class=td-content
style=page-break-before:always><h1 id=pg-bde129922f801ad9560757fcec64d05c>6 -
Rebuild API</h1><h3 id=16-rebuild>1.6 Rebuild</h3><h [...]
</span></span></code></pre></div><h5 id=response-status>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>202</span>
</span></span></code></pre></div><h5 id=response-body>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
diff --git a/docs/clients/restful-api/index.xml
b/docs/clients/restful-api/index.xml
index 835ea6ca..f595bdf7 100644
--- a/docs/clients/restful-api/index.xml
+++ b/docs/clients/restful-api/index.xml
@@ -925,8 +925,8 @@
<p>You can query the execution status of an asynchronous task by using
<code>GET http://localhost:8080/graphs/hugegraph/tasks/1</code> (where
&ldquo;1&rdquo; is the task_id). For more information, refer to the
<a href="../task">Asynchronous Task RESTful API</a>.</p>
</blockquote></description></item><item><title>Docs: IndexLabel
API</title><link>/docs/clients/restful-api/indexlabel/</link><pubDate>Mon, 01
Jan 0001 00:00:00
+0000</pubDate><guid>/docs/clients/restful-api/indexlabel/</guid><description>
<h3 id="15-indexlabel">1.5 IndexLabel</h3>
-<p>假设已经创建好了1.1.3中的 PropertyKeys 、1.2.3中的 VertexLabels 以及 1.3.3中的
EdgeLabels</p>
-<h4 id="151-创建一个indexlabel">1.5.1 创建一个IndexLabel</h4>
+<p>Assuming PropertyKeys from version 1.1.3, VertexLabels from version
1.2.3, and EdgeLabels from version 1.3.3 have already been created.</p>
+<h4 id="151-create-an-indexlabel">1.5.1 Create an IndexLabel</h4>
<h5 id="method--url">Method &amp; Url</h5>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>POST
http://localhost:8080/graphs/hugegraph/schema/indexlabels
</span></span></code></pre></div><h5
id="request-body">Request Body</h5>
@@ -955,7 +955,7 @@
</span></span><span style="display:flex;"><span> <span
style="color:#000;font-weight:bold">},</span>
</span></span><span style="display:flex;"><span> <span
style="color:#204a87;font-weight:bold">&#34;task_id&#34;</span><span
style="color:#000;font-weight:bold">:</span> <span
style="color:#0000cf;font-weight:bold">2</span>
</span></span><span style="display:flex;"><span><span
style="color:#000;font-weight:bold">}</span>
-</span></span></code></pre></div><h4
id="152-获取所有的indexlabel">1.5.2 获取所有的IndexLabel</h4>
+</span></span></code></pre></div><h4
id="152-get-all-indexlabels">1.5.2 Get all IndexLabels</h4>
<h5 id="method--url-1">Method &amp; Url</h5>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
</span></span></code></pre></div><h5
id="response-status-1">Response Status</h5>
@@ -1006,7 +1006,7 @@
</span></span><span style="display:flex;"><span> <span
style="color:#000;font-weight:bold">}</span>
</span></span><span style="display:flex;"><span> <span
style="color:#000;font-weight:bold">]</span>
</span></span><span style="display:flex;"><span><span
style="color:#000;font-weight:bold">}</span>
-</span></span></code></pre></div><h4
id="153-根据name获取indexlabel">1.5.3 根据name获取IndexLabel</h4>
+</span></span></code></pre></div><h4
id="153-get-indexlabel-by-name">1.5.3 Get IndexLabel by name</h4>
<h5 id="method--url-2">Method &amp; Url</h5>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
</span></span></code></pre></div><h5
id="response-status-2">Response Status</h5>
@@ -1022,8 +1022,8 @@
</span></span><span style="display:flex;"><span> <span
style="color:#000;font-weight:bold">],</span>
</span></span><span style="display:flex;"><span> <span
style="color:#204a87;font-weight:bold">&#34;index_type&#34;</span><span
style="color:#000;font-weight:bold">:</span> <span
style="color:#4e9a06">&#34;SECONDARY&#34;</span>
</span></span><span style="display:flex;"><span><span
style="color:#000;font-weight:bold">}</span>
-</span></span></code></pre></div><h4
id="154-根据name删除indexlabel">1.5.4 根据name删除IndexLabel</h4>
-<p>删除 IndexLabel 会导致删除相关的索引数据,会产生一个异步任务</p>
+</span></span></code></pre></div><h4
id="154-delete-indexlabel-by-name">1.5.4 Delete IndexLabel by name</h4>
+<p>Deleting an IndexLabel will result in the deletion of related index
data. This operation will generate an asynchronous task.</p>
<h5 id="method--url-3">Method &amp; Url</h5>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>DELETE
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
</span></span></code></pre></div><h5
id="response-status-3">Response Status</h5>
@@ -1032,9 +1032,9 @@
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-json" data-lang="json"><span
style="display:flex;"><span><span
style="color:#000;font-weight:bold">{</span>
</span></span><span style="display:flex;"><span> <span
style="color:#204a87;font-weight:bold">&#34;task_id&#34;</span><span
style="color:#000;font-weight:bold">:</span> <span
style="color:#0000cf;font-weight:bold">1</span>
</span></span><span style="display:flex;"><span><span
style="color:#000;font-weight:bold">}</span>
-</span></span></code></pre></div><p>注:</p>
+</span></span></code></pre></div><p>Note:</p>
<blockquote>
-<p>可以通过<code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code>(其中&quot;1&quot;是task_id)来查询异步任务的执行状态,更多<a
href="../task">异步任务RESTful API</a></p>
+<p>You can query the execution status of an asynchronous task by using
<code>GET http://localhost:8080/graphs/hugegraph/tasks/1</code> (where
&ldquo;1&rdquo; is the task_id). For more information, refer to the
<a href="../task">Asynchronous Task RESTful API</a>.</p>
</blockquote></description></item><item><title>Docs: Rebuild
API</title><link>/docs/clients/restful-api/rebuild/</link><pubDate>Mon, 01 Jan
0001 00:00:00
+0000</pubDate><guid>/docs/clients/restful-api/rebuild/</guid><description>
<h3 id="16-rebuild">1.6 Rebuild</h3>
<h4 id="161-rebuild-indexlabel">1.6.1 Rebuild IndexLabel</h4>
diff --git a/docs/clients/restful-api/indexlabel/index.html
b/docs/clients/restful-api/indexlabel/index.html
index 4d139dcc..64e637bd 100644
--- a/docs/clients/restful-api/indexlabel/index.html
+++ b/docs/clients/restful-api/indexlabel/index.html
@@ -1,17 +1,14 @@
<!doctype html><html lang=en class=no-js><head><meta charset=utf-8><meta
name=viewport
content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta
name=generator content="Hugo 0.102.3"><meta name=robots content="index,
follow"><link rel="shortcut icon" href=/favicons/favicon.ico><link
rel=apple-touch-icon href=/favicons/apple-touch-icon-180x180.png
sizes=180x180><link rel=icon type=image/png href=/favicons/favicon-16x16.png
sizes=16x16><link rel=icon type=image/png href=/favicons [...]
-假设已经创建好了1.1.3中的 PropertyKeys 、1.2.3中的 VertexLabels 以及 1.3.3中的 EdgeLabels
-1.5.1 创建一个IndexLabel
-Method & Url
-POST …"><meta property="og:title" content="IndexLabel API"><meta
property="og:description" content="1.5 IndexLabel 假设已经创建好了1.1.3中的 PropertyKeys
、1.2.3中的 VertexLabels 以及 1.3.3中的 EdgeLabels
-1.5.1 创建一个IndexLabel Method & Url POST
http://localhost:8080/graphs/hugegraph/schema/indexlabels Request Body {
"name": "personByCity", "base_type":
"VERTEX_LABEL", "base_value": "person",
"index_type": "SECONDARY", "fields": [ "city" ]
} Response Status 202 Response Body { "index_label": { "id": 1,
"base_type": "VERTEX_LABEL", "base_value":
"person", "name& [...]
-1.5.1 创建一个IndexLabel Method & Url POST
http://localhost:8080/graphs/hugegraph/schema/indexlabels Request Body {
"name": "personByCity", "base_type":
"VERTEX_LABEL", "base_value": "person",
"index_type": "SECONDARY", "fields": [ "city" ]
} Response Status 202 Response Body { "index_label": { "id": 1,
"base_type": "VERTEX_LABEL", "base_value":
"person", "name& [...]
-1.5.1 创建一个IndexLabel Method & Url POST
http://localhost:8080/graphs/hugegraph/schema/indexlabels Request Body {
"name": "personByCity", "base_type":
"VERTEX_LABEL", "base_value": "person",
"index_type": "SECONDARY", "fields": [ "city" ]
} Response Status 202 Response Body { "index_label": { "id": 1,
"base_type": "VERTEX_LABEL", "base_value":
"person", "name& [...]
+Assuming PropertyKeys from version 1.1.3, VertexLabels from version 1.2.3, and
EdgeLabels from version 1.3.3 have already been created. …"><meta
property="og:title" content="IndexLabel API"><meta property="og:description"
content="1.5 IndexLabel Assuming PropertyKeys from version 1.1.3, VertexLabels
from version 1.2.3, and EdgeLabels from version 1.3.3 have already been created.
+1.5.1 Create an IndexLabel Method & Url POST
http://localhost:8080/graphs/hugegraph/schema/indexlabels Request Body {
"name": "personByCity", "base_type":
"VERTEX_LABEL", "base_value": "person",
"index_type": "SECONDARY", "fields": [ "city" ]
} Response Status 202 Response Body { "index_label": { "id": 1,
"base_type": "VERTEX_LABEL", "base_value":
"person", " [...]
+1.5.1 Create an IndexLabel Method & Url POST
http://localhost:8080/graphs/hugegraph/schema/indexlabels Request Body {
"name": "personByCity", "base_type":
"VERTEX_LABEL", "base_value": "person",
"index_type": "SECONDARY", "fields": [ "city" ]
} Response Status 202 Response Body { "index_label": { "id": 1,
"base_type": "VERTEX_LABEL", "base_value":
"person", " [...]
+1.5.1 Create an IndexLabel Method & Url POST
http://localhost:8080/graphs/hugegraph/schema/indexlabels Request Body {
"name": "personByCity", "base_type":
"VERTEX_LABEL", "base_value": "person",
"index_type": "SECONDARY", "fields": [ "city" ]
} Response Status 202 Response Body { "index_label": { "id": 1,
"base_type": "VERTEX_LABEL", "base_value":
"person", " [...]
<link rel=stylesheet href=/css/prism.css><script
type=application/javascript>var
doNotTrack=!1;doNotTrack||(window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)},ga.l=+new
Date,ga("create","UA-00000000-0","auto"),ga("send","pageview"))</script><script
async src=https://www.google-analytics.com/analytics.js></script></head><body
class=td-page><header><nav class="js-navbar-scroll navbar navbar-expand
navbar-dark flex-column flex-md-row td-navbar"><a class=navbar-brand href=/><sp
[...]
<a
href=https://github.com/apache/incubator-hugegraph-doc/edit/master/content/en/docs/clients/restful-api/indexlabel.md
class=td-page-meta--edit target=_blank rel=noopener><i class="fa fa-edit
fa-fw"></i> Edit this page</a>
<a
href="https://github.com/apache/incubator-hugegraph-doc/new/master/content/en/docs/clients/restful-api/indexlabel.md?filename=change-me.md&value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+
[...]
<a
href="https://github.com/apache/incubator-hugegraph-doc/issues/new?title=IndexLabel%20API"
class=td-page-meta--issue target=_blank rel=noopener><i class="fab fa-github
fa-fw"></i> Create documentation issue</a>
<a href=https://github.com/apache/incubator-hugegraph/issues/new
class=td-page-meta--project-issue target=_blank rel=noopener><i class="fas
fa-tasks fa-fw"></i> Create project issue</a>
-<a id=print href=/docs/clients/restful-api/_print/><i class="fa fa-print
fa-fw"></i> Print entire section</a></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol
class=breadcrumb><li class=breadcrumb-item><a
href=/docs/>Documentation</a></li><li class=breadcrumb-item><a
href=/docs/clients/>API</a></li><li class=breadcrumb-item><a
href=/docs/clients/restful-api/>RESTful API</a></li><li class="breadcrumb-item
active" ari [...]
+<a id=print href=/docs/clients/restful-api/_print/><i class="fa fa-print
fa-fw"></i> Print entire section</a></div></aside><main class="col-12 col-md-9
col-xl-8 pl-md-5" role=main><nav aria-label=breadcrumb class=td-breadcrumbs><ol
class=breadcrumb><li class=breadcrumb-item><a
href=/docs/>Documentation</a></li><li class=breadcrumb-item><a
href=/docs/clients/>API</a></li><li class=breadcrumb-item><a
href=/docs/clients/restful-api/>RESTful API</a></li><li class="breadcrumb-item
active" ari [...]
</span></span></code></pre></div><h5 id=request-body>Request Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"name"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"personByCity"</span><span
style=color:#000;font-weight:700>,</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"base_type"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"VERTEX_LABEL"</span><span
style=color:#000;font-weight:700>,</span>
@@ -35,7 +32,7 @@ POST …"><meta property="og:title" content="IndexLabel
API"><meta property="og:
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>},</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>2</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=152-获取所有的indexlabel>1.5.2
获取所有的IndexLabel</h4><h5 id=method--url-1>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
+</span></span></code></pre></div><h4 id=152-get-all-indexlabels>1.5.2 Get all
IndexLabels</h4><h5 id=method--url-1>Method & Url</h5><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
</span></span></code></pre></div><h5 id=response-status-1>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>200</span>
</span></span></code></pre></div><h5 id=response-body-1>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"indexlabels"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#000;font-weight:700>[</span>
@@ -82,7 +79,7 @@ POST …"><meta property="og:title" content="IndexLabel
API"><meta property="og:
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>}</span>
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>]</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=153-根据name获取indexlabel>1.5.3
根据name获取IndexLabel</h4><h5 id=method--url-2>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
+</span></span></code></pre></div><h4 id=153-get-indexlabel-by-name>1.5.3 Get
IndexLabel by name</h4><h5 id=method--url-2>Method & Url</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span style=display:flex><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
</span></span></code></pre></div><h5 id=response-status-2>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>200</span>
</span></span></code></pre></div><h5 id=response-body-2>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span><span
style=color:#000;font-weight:700>,</span>
@@ -94,12 +91,12 @@ POST …"><meta property="og:title" content="IndexLabel
API"><meta property="og:
</span></span><span style=display:flex><span> <span
style=color:#000;font-weight:700>],</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"index_type"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#4e9a06>"SECONDARY"</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><h4 id=154-根据name删除indexlabel>1.5.4
根据name删除IndexLabel</h4><p>删除 IndexLabel 会导致删除相关的索引数据,会产生一个异步任务</p><h5
id=method--url-3>Method & Url</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>DELETE
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
+</span></span></code></pre></div><h4 id=154-delete-indexlabel-by-name>1.5.4
Delete IndexLabel by name</h4><p>Deleting an IndexLabel will result in the
deletion of related index data. This operation will generate an asynchronous
task.</p><h5 id=method--url-3>Method & Url</h5><div class=highlight><pre
tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-fallback data-lang=fallback><span
style=display:flex><span>DELETE http://localhost:8080 [...]
</span></span></code></pre></div><h5 id=response-status-3>Response
Status</h5><div class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#0000cf;font-weight:700>202</span>
</span></span></code></pre></div><h5 id=response-body-3>Response Body</h5><div
class=highlight><pre tabindex=0
style=background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code
class=language-json data-lang=json><span style=display:flex><span><span
style=color:#000;font-weight:700>{</span>
</span></span><span style=display:flex><span> <span
style=color:#204a87;font-weight:700>"task_id"</span><span
style=color:#000;font-weight:700>:</span> <span
style=color:#0000cf;font-weight:700>1</span>
</span></span><span style=display:flex><span><span
style=color:#000;font-weight:700>}</span>
-</span></span></code></pre></div><p>注:</p><blockquote><p>可以通过<code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code>(其中"1"是task_id)来查询异步任务的执行状态,更多<a
href=../task>异步任务RESTful
API</a></p></blockquote><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visible{display:block}</style><script>const
yesButton=document.querySelector(".feedback--answer-yes"),noButton=document.querySelector(
[...]
+</span></span></code></pre></div><p>Note:</p><blockquote><p>You can query the
execution status of an asynchronous task by using <code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code> (where “1” is
the task_id). For more information, refer to the <a href=../task>Asynchronous
Task RESTful
API</a>.</p></blockquote><style>.feedback--answer{display:inline-block}.feedback--answer-no{margin-left:1em}.feedback--response{display:none;margin-top:1em}.feedback--response__visibl
[...]
<script
src=https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js
integrity="sha512-UR25UO94eTnCVwjbXozyeVd6ZqpaAE9naiEUBK/A+QDbfSTQFhPGj5lOR6d8tsgbBk84Ggb5A3EkjsOgPRPcKA=="
crossorigin=anonymous></script>
<script src=/js/tabpane-persist.js></script>
<script
src=/js/main.min.aa9f4c5dae6a98b2c46277f4c56f1673a2b000d1756ce4ffae93784cab25e6d5.js
integrity="sha256-qp9MXa5qmLLEYnf0xW8Wc6KwANF1bOT/rpN4TKsl5tU="
crossorigin=anonymous></script>
diff --git a/docs/index.xml b/docs/index.xml
index c2ed8f32..c01db857 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -9954,8 +9954,8 @@ Merging mode as needed, and when the Restore is
completed, restore the graph mod
</ul>
<p>Other issues can be searched in the issue area of the corresponding
project, such as <a
href="https://github.com/apache/hugegraph/issues">Server-Issues</a> / <a
href="https://github.com/apache/hugegraph-loader/issues">Loader
Issues</a></p></description></item><item><title>Docs: IndexLabel
API</title><link>/docs/clients/restful-api/indexlabel/</link><pubDate>Mon, 01
Jan 0001 00:00:00
+0000</pubDate><guid>/docs/clients/restful-api/indexlabel/</guid><description>
<h3 id="15-indexlabel">1.5 IndexLabel</h3>
-<p>假设已经创建好了1.1.3中的 PropertyKeys 、1.2.3中的 VertexLabels 以及 1.3.3中的
EdgeLabels</p>
-<h4 id="151-创建一个indexlabel">1.5.1 创建一个IndexLabel</h4>
+<p>Assuming PropertyKeys from version 1.1.3, VertexLabels from version
1.2.3, and EdgeLabels from version 1.3.3 have already been created.</p>
+<h4 id="151-create-an-indexlabel">1.5.1 Create an IndexLabel</h4>
<h5 id="method--url">Method &amp; Url</h5>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>POST
http://localhost:8080/graphs/hugegraph/schema/indexlabels
</span></span></code></pre></div><h5
id="request-body">Request Body</h5>
@@ -9984,7 +9984,7 @@ Merging mode as needed, and when the Restore is
completed, restore the graph mod
</span></span><span style="display:flex;"><span> <span
style="color:#000;font-weight:bold">},</span>
</span></span><span style="display:flex;"><span> <span
style="color:#204a87;font-weight:bold">&#34;task_id&#34;</span><span
style="color:#000;font-weight:bold">:</span> <span
style="color:#0000cf;font-weight:bold">2</span>
</span></span><span style="display:flex;"><span><span
style="color:#000;font-weight:bold">}</span>
-</span></span></code></pre></div><h4
id="152-获取所有的indexlabel">1.5.2 获取所有的IndexLabel</h4>
+</span></span></code></pre></div><h4
id="152-get-all-indexlabels">1.5.2 Get all IndexLabels</h4>
<h5 id="method--url-1">Method &amp; Url</h5>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels
</span></span></code></pre></div><h5
id="response-status-1">Response Status</h5>
@@ -10035,7 +10035,7 @@ Merging mode as needed, and when the Restore is
completed, restore the graph mod
</span></span><span style="display:flex;"><span> <span
style="color:#000;font-weight:bold">}</span>
</span></span><span style="display:flex;"><span> <span
style="color:#000;font-weight:bold">]</span>
</span></span><span style="display:flex;"><span><span
style="color:#000;font-weight:bold">}</span>
-</span></span></code></pre></div><h4
id="153-根据name获取indexlabel">1.5.3 根据name获取IndexLabel</h4>
+</span></span></code></pre></div><h4
id="153-get-indexlabel-by-name">1.5.3 Get IndexLabel by name</h4>
<h5 id="method--url-2">Method &amp; Url</h5>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>GET
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
</span></span></code></pre></div><h5
id="response-status-2">Response Status</h5>
@@ -10051,8 +10051,8 @@ Merging mode as needed, and when the Restore is
completed, restore the graph mod
</span></span><span style="display:flex;"><span> <span
style="color:#000;font-weight:bold">],</span>
</span></span><span style="display:flex;"><span> <span
style="color:#204a87;font-weight:bold">&#34;index_type&#34;</span><span
style="color:#000;font-weight:bold">:</span> <span
style="color:#4e9a06">&#34;SECONDARY&#34;</span>
</span></span><span style="display:flex;"><span><span
style="color:#000;font-weight:bold">}</span>
-</span></span></code></pre></div><h4
id="154-根据name删除indexlabel">1.5.4 根据name删除IndexLabel</h4>
-<p>删除 IndexLabel 会导致删除相关的索引数据,会产生一个异步任务</p>
+</span></span></code></pre></div><h4
id="154-delete-indexlabel-by-name">1.5.4 Delete IndexLabel by name</h4>
+<p>Deleting an IndexLabel will result in the deletion of related index
data. This operation will generate an asynchronous task.</p>
<h5 id="method--url-3">Method &amp; Url</h5>
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-fallback" data-lang="fallback"><span
style="display:flex;"><span>DELETE
http://localhost:8080/graphs/hugegraph/schema/indexlabels/personByCity
</span></span></code></pre></div><h5
id="response-status-3">Response Status</h5>
@@ -10061,9 +10061,9 @@ Merging mode as needed, and when the Restore is
completed, restore the graph mod
<div class="highlight"><pre tabindex="0"
style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code
class="language-json" data-lang="json"><span
style="display:flex;"><span><span
style="color:#000;font-weight:bold">{</span>
</span></span><span style="display:flex;"><span> <span
style="color:#204a87;font-weight:bold">&#34;task_id&#34;</span><span
style="color:#000;font-weight:bold">:</span> <span
style="color:#0000cf;font-weight:bold">1</span>
</span></span><span style="display:flex;"><span><span
style="color:#000;font-weight:bold">}</span>
-</span></span></code></pre></div><p>注:</p>
+</span></span></code></pre></div><p>Note:</p>
<blockquote>
-<p>可以通过<code>GET
http://localhost:8080/graphs/hugegraph/tasks/1</code>(其中&quot;1&quot;是task_id)来查询异步任务的执行状态,更多<a
href="../task">异步任务RESTful API</a></p>
+<p>You can query the execution status of an asynchronous task by using
<code>GET http://localhost:8080/graphs/hugegraph/tasks/1</code> (where
&ldquo;1&rdquo; is the task_id). For more information, refer to the
<a href="../task">Asynchronous Task RESTful API</a>.</p>
</blockquote></description></item><item><title>Docs: HugeGraph-Client Quick
Start</title><link>/docs/quickstart/hugegraph-client/</link><pubDate>Mon, 01
Jan 0001 00:00:00
+0000</pubDate><guid>/docs/quickstart/hugegraph-client/</guid><description>
<h3 id="1-overview-of-hugegraph">1 Overview Of Hugegraph</h3>
<p>HugeGraph-Client sends HTTP request to HugeGraph-Server to obtain and
parse the execution result of Server. Currently only the HugeGraph-Client for
Java is provided. You can use HugeGraph-Client to write Java code to operate
HugeGraph, such as adding, deleting, modifying, and querying schema and graph
data, or executing gremlin statements.</p>
diff --git a/en/index.html b/en/index.html
index 017c4d50..2b641798 100644
--- a/en/index.html
+++ b/en/index.html
@@ -1 +1 @@
-<!doctype html><html lang=cn><head><title>/</title><link rel=canonical
href=/><meta name=robots content="noindex"><meta charset=utf-8><meta
http-equiv=refresh content="0; url=/"></head></html>
\ No newline at end of file
+<!doctype html><html lang=en><head><title>/</title><link rel=canonical
href=/><meta name=robots content="noindex"><meta charset=utf-8><meta
http-equiv=refresh content="0; url=/"></head></html>
\ No newline at end of file
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 56fd2e37..bfdb5bad 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/guides/architectural/</loc><lastmod>2023-05-12T23:46:05-05:00</lastmod><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate"
hreflang="en"
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2023-05-19T05:04:03-05:00</last
[...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/docs/guides/architectural/</loc><lastmod>2023-05-12T23:46:05-05:00</lastmod><xhtml:link
rel="alternate" hreflang="cn"
href="/cn/docs/guides/architectural/"/><xhtml:link rel="alternate"
hreflang="en"
href="/docs/guides/architectural/"/></url><url><loc>/docs/config/config-guide/</loc><lastmod>2023-05-19T05:04:03-05:00</last
[...]
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index fdd6738a..350e8053 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-05-19T05:15:56-05:00</lastmod></sitemap><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-05-19T05:17:26-05:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>/en/sitemap.xml</loc><lastmod>2023-05-19T05:18:17-05:00</lastmod></sitemap><sitemap><loc>/cn/sitemap.xml</loc><lastmod>2023-05-19T05:15:56-05:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file