mongodbwriter json模板及文档错误(未更新)
Open
- Dominant language
- Java
- Stars
- 17.4k
- Forks
- 5.7k
- PR merge metrics
- No merged PRs in 30d
Description
对于写入数据主键重复是否进行更新操作。
原始:
```json
"upsertInfo": {
"isUpsert": "",
"upsertKey": ""
}
```
实际当前commit版本`0af1933`应该指定为:
```json
"writeMode": {
"isReplace": "",
"replaceKey": ""
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the mongodbwriter JSON template and documentation associated with commit 0af1933; no file or test is named in the issue. Compare the documented upsertInfo fields with the current writeMode fields, then update the affected documentation and verify that the examples match the current configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, mongodb
- Domain
- databases, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100