mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for setIndexParams (#13530)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
cb51df5985
commit
b132e481ab
@ -60,6 +60,7 @@ func (info *indexInfo) setIndexPaths(paths []string) {
|
||||
info.indexPaths = paths
|
||||
}
|
||||
|
||||
// setIndexParams sets the params of index, such as indexType, metricType and so on
|
||||
func (info *indexInfo) setIndexParams(params map[string]string) {
|
||||
info.indexParams = params
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user