BulkShardResponse, DeleteResponse, DocWriteResponse, IndexResponse, ResyncReplicationResponse, UpdateResponsepublic interface WriteResponse
IndexResponse, UpdateResponse,
and BulkResponse. Rather than implement this directly most implementers should extend DocWriteResponse.| Modifier and Type | Method | Description |
|---|---|---|
void |
setForcedRefresh(boolean forcedRefresh) |
Mark the response as having forced a refresh? Requests that set
WriteRequest.setRefreshPolicy(RefreshPolicy) to
WriteRequest.RefreshPolicy.IMMEDIATE should always mark this as true. |
void setForcedRefresh(boolean forcedRefresh)
WriteRequest.setRefreshPolicy(RefreshPolicy) to
WriteRequest.RefreshPolicy.IMMEDIATE should always mark this as true. Requests that set it to WriteRequest.RefreshPolicy.WAIT_UNTIL will only
set this to true if they run out of refresh listener slots (see IndexSettings.MAX_REFRESH_LISTENERS_PER_SHARD).