From 8faaa5d255c71cadeac2d3902bcee20f15aed190 Mon Sep 17 00:00:00 2001 From: SS Date: Mon, 20 Dec 2021 19:35:31 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#13787) Signed-off-by: sida shen --- docs/design_docs/segcore/Search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/segcore/Search.md b/docs/design_docs/segcore/Search.md index 4ef47b526d..4624ec7fd8 100644 --- a/docs/design_docs/segcore/Search.md +++ b/docs/design_docs/segcore/Search.md @@ -10,7 +10,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. +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. 3. Query Node unmarshals the plan, generates an executable plan AST, and queries in the segcore.