Skip to content

Commit 7d7e533

Browse files
authored
feat: support scan index (#360)
1 parent 985a635 commit 7d7e533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

model.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ type Index struct {
325325
LogReduce bool `json:"log_reduce"`
326326
LogReduceWhiteListDict []string `json:"log_reduce_white_list,omitempty"`
327327
LogReduceBlackListDict []string `json:"log_reduce_black_list,omitempty"`
328+
ScanIndex bool `json:"scan_index,omitempty"`
328329
}
329330

330331
// CreateDefaultIndex return a full text index config

0 commit comments

Comments
 (0)