[skip e2e] Fix typo for design doc (#14383)

Signed-off-by: yhmo <yihua.mo@zilliz.com>
pull/14394/head
groot 2021-12-28 10:34:27 +08:00 committed by GitHub
parent b0d4088a02
commit 981d4ce367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ See design details `${milvus_root}/internal/core/src/segcore/SegmentInterface.h`
1. `vec_count`: specifies how many entities participated in the vector search calculation, rest of the segments are filtered out because it's timestamp is larger than specified timestamp. This function is mainly used in growing segment as multi version control(MVCC)
2. `query...`: multiple variables jointly specify the parameters and search vector
3. `timestamp`: timestamp is used for time travelling, filter out data with timestamp. Mainly for sealed segment
4. `bitset`: calculated bit mask value as a output
4. `bitset`: calculated bit mask value as an output
5. `output`: output QueryResult
9. `bulk_subscript(FieldOffset|SystemField, seg_offsets..., output)`:
- given seg_offsets, calculate `results[i] = FieldData[seg_offsets[i]]`, for GetEntityByIds