[skip e2e] Fix typo for design doc (#14484)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14499/head
groot 2021-12-29 11:28:47 +08:00 committed by GitHub
parent 7db6288021
commit 2311384eb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Search now supports two modes: json DSL mode and Boolean Expr mode. We will talk
The execution mode of Boolean Expr works as follows:
1. client packs search expr, topk, and query vector into proto and sends to Proxy node.
2. Proxy Node unmarshals the proto, parses it to logical plan, makes static check, and generates protobuf IR.
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)