From 3b1030de2b6c39e3512833e97f6044d63eb24237 Mon Sep 17 00:00:00 2001 From: zhuwenxing Date: Fri, 11 Feb 2022 09:31:47 +0800 Subject: [PATCH] [skip e2e]Fix bad link in doc (#15525) Signed-off-by: zhuwenxing --- docs/design_docs/segcore/Search.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design_docs/segcore/Search.md b/docs/design_docs/segcore/Search.md index 6561292cee..1c025d710f 100644 --- a/docs/design_docs/segcore/Search.md +++ b/docs/design_docs/segcore/Search.md @@ -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