| Enum | Description |
|---|---|
| TransactionType |
| Annotation Type | Description |
|---|---|
| Column | |
| ESDocAsUpsert |
用于批量更新
Updateedit
When using update action retry_on_conflict can be used as field in the action itself (not in the extra payload line),
to specify how many times an update should be retried in the case of a version conflict.
|
| ESId | |
| ESParentId | |
| ESRetryOnConflict |
用于批量操作
In between the get and indexing phases of the update, it is possible that another process might have already updated the same document.
|
| ESRouting |
用于routing shard
Updateedit
When using update action retry_on_conflict can be used as field in the action itself (not in the extra payload line), to specify how many times an update should be retried in the case of a version conflict.
|
| ESSource |
用于控制update操作是否返回source字段
Allows to control if and how the updated source should be returned in the response.
|
| ESVersion |
用于指定更新操作指定版本信息
|
| ESVersionType |
更新文档用于标识版本类型
Version typesedit
Next to the internal & external version types explained above, Elasticsearch also supports other types for specific use cases.
|
| IgnoreORMapping | |
| PrimaryKey | |
| RollbackExceptions |
Title: RollbackExceptions.java
|
| Transaction |
Title: Transaction.java
|