From c4e46ee7d69e20608d965baf47682be3903772ab Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 15 Nov 2021 19:57:43 +0800 Subject: [PATCH] [skip ci]Update typos in segment overview md (#11833) Signed-off-by: yanliang567 --- docs/design_docs/segcore/segment_overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design_docs/segcore/segment_overview.md b/docs/design_docs/segcore/segment_overview.md index 525535183c..64550aee1b 100644 --- a/docs/design_docs/segcore/segment_overview.md +++ b/docs/design_docs/segcore/segment_overview.md @@ -1,8 +1,8 @@ # Segment Overview -There are currently two types of Segment +There are currently two types of Segments 1. Growing segment, dynamic insert is allowed, but can not load index for fast retrieving -2. Sealed segment, dynamic insert is disabled, load vector index is supported +2. Sealed segment, dynamic insert is disabled, loading vector index is supported Both Segment types share the same interface, based on `SegmentInterface`, External callers only need to care about the behaviour of the following interface as function declarations and corresponding constructor: