chore: replace all cn comments to en version by volc api (#313)
This commit is contained in:
@@ -64,7 +64,7 @@ const (
|
||||
|
||||
type FieldName = string
|
||||
|
||||
// 内置 field name
|
||||
// Built-in field name
|
||||
const (
|
||||
FieldID FieldName = "id" // int64
|
||||
FieldCreatorID FieldName = "creator_id" // int64
|
||||
|
||||
@@ -25,15 +25,15 @@ import (
|
||||
|
||||
type IndexerOptions struct {
|
||||
PartitionKey *string
|
||||
Partition *string // 存储分片映射
|
||||
Partition *string // Storage sharding map
|
||||
IndexingFields []string
|
||||
ProgressBar progressbar.ProgressBar
|
||||
}
|
||||
|
||||
type RetrieverOptions struct {
|
||||
MultiMatch *MultiMatch // 多 field 查询
|
||||
MultiMatch *MultiMatch // Multi-field query
|
||||
PartitionKey *string
|
||||
Partitions []string // 查询分片映射
|
||||
Partitions []string // Query sharding map
|
||||
}
|
||||
|
||||
type MultiMatch struct {
|
||||
|
||||
Reference in New Issue
Block a user