@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface Update
| 限定符和类型 | 可选元素和说明 |
|---|---|
boolean |
detectNoop |
boolean |
docAsUpsert |
boolean |
fetchSource |
String |
id |
String |
parent |
org.elasticsearch.action.support.WriteRequest.RefreshPolicy |
refreshPolicy |
int |
retryOnConflict |
boolean |
scriptedUpsert |
String |
timeout |
org.elasticsearch.index.VersionType |
versionType |
String |
waitForActiveShards |
public abstract String id
public abstract String parent
public abstract String timeout
public abstract org.elasticsearch.action.support.WriteRequest.RefreshPolicy refreshPolicy
public abstract org.elasticsearch.index.VersionType versionType
public abstract String waitForActiveShards
Copyright © 2020. All rights reserved.