[skip e2e]Fix bad link in doc (#15525)

Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
zhuwenxing 2022-02-11 09:31:47 +08:00 committed by GitHub
parent 5eeca5631f
commit 3b1030de2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
init: 7.23.2021, by [FluorineDog](https://github.com/FluorineDog)
update: 9.16.2021, by [xiaofan-luan](https://github.com/xiaofan-luan)
update: 2.10.2022, by [zhuwenxing](https://github.com/zhuwenxing)
## Search
@ -14,7 +14,7 @@ The execution mode of Boolean Expr works as follows:
2. Proxy Node unmarshals the proto, parses it to logical plan, makes a static check, and generates protobuf IR.
3. Query Node unmarshals the plan, generates an executable plan AST, and queries in the segcore.
See details of expression usage at [expr_grammar.md](https://milvus.io/docs/v2.0.0/expression.md)
See details of expression usage at [Boolean Expression Rules](https://milvus.io/docs/v2.0.0/boolean.md)
## Segcore Search Process