We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985a635 commit 7d7e533Copy full SHA for 7d7e533
model.go
@@ -325,6 +325,7 @@ type Index struct {
325
LogReduce bool `json:"log_reduce"`
326
LogReduceWhiteListDict []string `json:"log_reduce_white_list,omitempty"`
327
LogReduceBlackListDict []string `json:"log_reduce_black_list,omitempty"`
328
+ ScanIndex bool `json:"scan_index,omitempty"`
329
}
330
331
// CreateDefaultIndex return a full text index config
0 commit comments