From 0c621fa314630b4ac863ab97ee94f58856662a2c Mon Sep 17 00:00:00 2001 From: "min.tian" Date: Mon, 10 Jan 2022 09:47:36 +0800 Subject: [PATCH] [skip e2e] Check the grammar of segcore/Search.md (#15047) Signed-off-by: min.tian --- 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 7955b738ce..6561292cee 100644 --- a/docs/design_docs/segcore/Search.md +++ b/docs/design_docs/segcore/Search.md @@ -23,7 +23,7 @@ After obtaining the AST, the execution engine uses the visitor mode to explain a 1. Each node includes two steps, a mandatory vector search and an optional predicate. 1. If Predicate exists, execute predicate expression stage to generate bitset as the vector search bitmask. - 2. If Predicate does not exist, vector search bitmask will be empty. + 2. If Predicate does not exist, the vector search bitmask will be empty. 3. Bitmask will be used to mark filtered out / deleted entities in the vector execution engine. 2. Currently, Milvus supports the following node on the AST, visitor mode is used to interpret and execute from top to bottom and generate the final bitmask.