From 5fdd10e5551ec89967c8a1f391d1e0ccbed0fd8f Mon Sep 17 00:00:00 2001 From: groot Date: Tue, 28 Dec 2021 10:38:07 +0800 Subject: [PATCH] [skip e2e] Fix typo for design doc (#14385) Signed-off-by: yhmo --- 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 adff6621b5..c0c71be655 100644 --- a/docs/design_docs/segcore/Search.md +++ b/docs/design_docs/segcore/Search.md @@ -26,7 +26,7 @@ After obtaining the AST, the execution engine uses the visitor mode to explain a 2. If Predicate does not exist, 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 following node on the AST, visitor mode is used to interpret and execute from top to bottom and generate the final bitmask. +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. 1. LogicalUnaryExpr: not expression 2. LogicalBinaryExpr: and or expression