Skip to content

Commit

Permalink
Update link in hape docs (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyuyang authored Sep 14, 2023
1 parent 5bea86e commit b6cf874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/havenask_docs/Hape单机模式.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ hape gs havenask
/ha3_install/sql_query.py --query "select * from in0"
```

* 如果想要查看text类型字段值,则需要联合查询[摘要索引](摘要索引),命令如下
* 如果想要查看text类型字段值,则需要联合查询[摘要索引](摘要索引.md),命令如下
```
/ha3_install/sql_query.py --query "select in0_summary_.id, in0_summary_.title, in0_summary_.subject from in0 inner join in0_summary_ on in0.id=in0_summary_.id"
```
Expand Down
2 changes: 1 addition & 1 deletion docs/havenask_docs/Hape多机模式.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ hape gs havenask -c /ha3_install/hape_conf/remote
/ha3_install/sql_query.py --address http://<qrs-ip>:45800 --query "select * from in0"
```

* 如果想要查看text类型字段值,则需要联合查询[摘要索引](摘要索引),命令如下
* 如果想要查看text类型字段值,则需要联合查询[摘要索引](摘要索引.md),命令如下
```
/ha3_install/sql_query.py --address http://<qrs-ip>:45800 --query "select in0_summary_.id, in0_summary_.title, in0_summary_.subject from in0 inner join in0_summary_ on in0.id=in0_summary_.id"
```
Expand Down

0 comments on commit b6cf874

Please sign in to comment.