[skip e2e] Check the syntax of retrieve_entity md (#13685)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
pull/13821/head
min.tian 2021-12-21 09:19:02 +08:00 committed by GitHub
parent 65fec36715
commit 1617490b4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ The processing flow after QueryNode reads the Get request from `search` channel:
4. Convert the statistics into an inverted index from Range to SegmentID for each `Sealed` segment;
5. Check whether the requested primary key exists in any inverted index of `Sealed` segment, return empty if not found;
6. [optional] Use the bloomfilter to filter out segments where the primary key does not exist;
7. Use binary search to find specified entity in each segment where the primary key may exist;
7. Use binary search to find the specified entity in each segment where the primary key may exist;
### APIs