mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
[skip e2e]Fix bad link in doc (#15525)
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
This commit is contained in:
parent
5eeca5631f
commit
3b1030de2b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user