From a8bc57a6173cc8afd700a7108d55bbcdb7aee583 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 1 Apr 2022 19:20:39 +0800 Subject: [PATCH 1/5] Update 12.query-visually.md --- docs-2.0/nebula-explorer/12.query-visually.md | 44 ++++++++++++++----- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/docs-2.0/nebula-explorer/12.query-visually.md b/docs-2.0/nebula-explorer/12.query-visually.md index c1a59a2f8c0..d8edf9e2620 100644 --- a/docs-2.0/nebula-explorer/12.query-visually.md +++ b/docs-2.0/nebula-explorer/12.query-visually.md @@ -33,6 +33,27 @@ | nGQL | 单击 **nGQL** 为构图显示查询语句。 | | 查询 | 单击**查询**将查询结果可视化地显示在画布中。 | +## 配置项说明 + +### 点的配置项 + +![vertex_confi](https://docs-cdn.nebula-graph.com.cn/figures/vertex-config_cn.png) + +- 在**标签名**中配置多个 Tag 查询多 Tag 的点。 +- 在**筛选条件**中设置一组或多组过滤条件,包括点的属性、运算符、属性值。 + +!!! enterpriseonly + + 当配置多 Tag 的点时,仅企业版支持设置**筛选条件**查询数据。 + +### 边的配置项 + +![vertex_confi](https://docs-cdn.nebula-graph.com.cn/figures/edge-config_cn.png) + +- 在**边类型**中配置一个或多个 Edge Type。 +- 在**方向**中设置边的方向,包括流出、流入、双向。 +- 选择**单边**设置定长路径,选择**范围**设置变长路径。 +- 在**筛选条件**中设置一组或多组过滤条件,包括边的属性、运算符、属性值。 ## 示例 @@ -46,12 +67,12 @@ 2. 配置过滤条件。 - 1. 设置第一个 player 的过滤条件为 player.name == Yao Ming。 - 2. 设置两个 player 之间边的边类型为 follow、双向、步数为 1。 - 3. 设置第二个 player 的过滤条件为 player.age > 35。 - 4. 设置第二个 player 和 team 之间边的边类型为 server,方向为流出,步数为 1。 - 5. 单击![Output](https://docs-cdn.nebula-graph.com.cn/figures/visual-nav-output.png)选中第二个 player、team、及它们之间的 serve 边。 - 6. 单击**模式查询**框,然后设置**结果数量限制**为 6。 + 1. 设置第一个 player 的过滤条件为 player.name == Yao Ming。 + 2. 设置两个 player 之间边的边类型为 follow、双向、步数为 1。 + 3. 设置第二个 player 的过滤条件为 player.age > 35。 + 4. 设置第二个 player 和 team 之间边的边类型为 serve,方向为流出,步数为 1。 + 5. 单击![Output](https://docs-cdn.nebula-graph.com.cn/figures/visual-nav-output.png)选中第二个 player、team、及它们之间的 serve 边。 + 6. 单击**模式查询**框,然后设置**结果数量限制**为 6。 3. 单击**查询**。系统将 6 条查询关系结果显示至画布中。 @@ -66,10 +87,11 @@ 2. 配置过滤条件。 1. 设置第一个和第二个 player 之间边的边类型为 follow、双向、步数为 1。 - 2. 设置第一个 player 和 team 之间的边的边类型为 serve、方向为流出、步数为 1。 - 3. 设置第二个 player 和 team 之间的边的边类型为 serve、方向为流出、步数为 1。 - 4. 设置第三个 player 的过滤条件为 player.age > 30。 - 5. 设置第三个 player 和 team 之间的边的边类型为 serve、方向为流出、步数为 1。 - 6. 单击![Output](https://docs-cdn.nebula-graph.com.cn/figures/visual-nav-output.png)选中第三个 player、team、及它们之间的 serve 边。 + 1. 设置第一个和第二个 player 之间边的边类型为 follow、双向、步数为 1。 + 2. 设置第一个 player 和 team 之间的边的边类型为 serve、方向为流出、步数为 1。 + 3. 设置第二个 player 和 team 之间的边的边类型为 serve、方向为流出、步数为 1。 + 4. 设置第三个 player 的过滤条件为 player.age > 30。 + 5. 设置第三个 player 和 team 之间的边的边类型为 serve、方向为流出、步数为 1。 + 6. 单击![Output](https://docs-cdn.nebula-graph.com.cn/figures/visual-nav-output.png)选中第三个 player、team、及它们之间的 serve 边。 3. 单击**查询**。 \ No newline at end of file From 0eb61d51581f8bf3b81ffdef7b16e009181dd3c3 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Fri, 1 Apr 2022 19:21:22 +0800 Subject: [PATCH 2/5] config desc --- docs-2.0/nebula-explorer/12.query-visually.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs-2.0/nebula-explorer/12.query-visually.md b/docs-2.0/nebula-explorer/12.query-visually.md index d8edf9e2620..1de4ea202a0 100644 --- a/docs-2.0/nebula-explorer/12.query-visually.md +++ b/docs-2.0/nebula-explorer/12.query-visually.md @@ -86,7 +86,6 @@ 1. 构造查询模式,拖拽 Tag 至面板中(3 个 player 和 1 个 team)。 2. 配置过滤条件。 - 1. 设置第一个和第二个 player 之间边的边类型为 follow、双向、步数为 1。 1. 设置第一个和第二个 player 之间边的边类型为 follow、双向、步数为 1。 2. 设置第一个 player 和 team 之间的边的边类型为 serve、方向为流出、步数为 1。 3. 设置第二个 player 和 team 之间的边的边类型为 serve、方向为流出、步数为 1。 From dcc7b6e3059d6830da91bedfaced97785fdb1fd2 Mon Sep 17 00:00:00 2001 From: Abby <78209557+abby-cyber@users.noreply.github.com> Date: Wed, 6 Apr 2022 11:53:50 +0800 Subject: [PATCH 3/5] property filter & multi edge types note --- docs-2.0/nebula-explorer/12.query-visually.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs-2.0/nebula-explorer/12.query-visually.md b/docs-2.0/nebula-explorer/12.query-visually.md index 1de4ea202a0..e0757b27a0c 100644 --- a/docs-2.0/nebula-explorer/12.query-visually.md +++ b/docs-2.0/nebula-explorer/12.query-visually.md @@ -55,6 +55,10 @@ - 选择**单边**设置定长路径,选择**范围**设置变长路径。 - 在**筛选条件**中设置一组或多组过滤条件,包括边的属性、运算符、属性值。 +!!! enterpriseonly + + 当配置多 Edge Type 的边时,仅企业版支持设置**筛选条件**查询数据。 + ## 示例 ### 示例 1 From 8cd9a959579947bb8deb1d429f440a9c512797c6 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Wed, 6 Apr 2022 14:11:31 +0800 Subject: [PATCH 4/5] Update 12.query-visually.md --- docs-2.0/nebula-explorer/12.query-visually.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-2.0/nebula-explorer/12.query-visually.md b/docs-2.0/nebula-explorer/12.query-visually.md index 1c23015ebd8..67550b1c10a 100644 --- a/docs-2.0/nebula-explorer/12.query-visually.md +++ b/docs-2.0/nebula-explorer/12.query-visually.md @@ -52,7 +52,7 @@ - 在**边类型**中配置一个或多个 Edge Type。 - 在**方向**中设置边的方向,包括流出、流入、双向。 -- 选择**单边**设置定长路径,选择**范围**设置变长路径。 +- 选择**单步**设置定长路径,选择**范围**设置变长路径。 - 在**筛选条件**中设置一组或多组过滤条件,包括边的属性、运算符、属性值。 !!! enterpriseonly @@ -106,4 +106,4 @@ 5. 设置第三个 player 和 team 之间的边的边类型为 serve、方向为流出、步数为 1。 6. 单击![Output](https://docs-cdn.nebula-graph.com.cn/figures/visual-nav-output.png)选中第三个 player、team、及它们之间的 serve 边。 -3. 单击**查询**。 \ No newline at end of file +3. 单击**查询**。 From 61e09ca70aba46a7ded33e7cb0ec216b15a33059 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Wed, 6 Apr 2022 14:20:58 +0800 Subject: [PATCH 5/5] Update 12.query-visually.md --- docs-2.0/nebula-explorer/12.query-visually.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs-2.0/nebula-explorer/12.query-visually.md b/docs-2.0/nebula-explorer/12.query-visually.md index 67550b1c10a..63db089975e 100644 --- a/docs-2.0/nebula-explorer/12.query-visually.md +++ b/docs-2.0/nebula-explorer/12.query-visually.md @@ -71,21 +71,12 @@ 2. 配置过滤条件。 -<<<<<<< visual-query-updates 1. 设置第一个 player 的过滤条件为 player.name == Yao Ming。 2. 设置两个 player 之间边的边类型为 follow、双向、步数为 1。 3. 设置第二个 player 的过滤条件为 player.age > 35。 4. 设置第二个 player 和 team 之间边的边类型为 serve,方向为流出,步数为 1。 5. 单击![Output](https://docs-cdn.nebula-graph.com.cn/figures/visual-nav-output.png)选中第二个 player、team、及它们之间的 serve 边。 6. 单击**模式查询**框,然后设置**结果数量限制**为 6。 -======= - 1. 设置第一个 player 的过滤条件为 player.name == Yao Ming。 - 2. 设置两个 player 之间边的边类型为 follow、双向、步数为 1。 - 3. 设置第二个 player 的过滤条件为 player.age > 35。 - 4. 设置第二个 player 和 team 之间边的边类型为 serve,方向为流出,步数为 1。 - 5. 单击![Output](https://docs-cdn.nebula-graph.com.cn/figures/visual-nav-output.png)选中第二个 player、team、及它们之间的 serve 边。 - 6. 单击**模式查询**框,然后设置**结果数量限制**为 6。 ->>>>>>> master 3. 单击**查询**。系统将 6 条查询关系结果显示至画布中。