Class RefreshRequest

All Implemented Interfaces:
IndicesRequest, IndicesRequest.Replaceable, Writeable, TaskAwareRequest

public class RefreshRequest
extends BroadcastRequest<RefreshRequest>
A refresh request making all operations performed since the last refresh available for search. The (near) real-time capabilities depends on the index engine used. For example, the internal one requires refresh to be called, but by default a refresh is scheduled periodically.
See Also:
Requests.refreshRequest(String...), IndicesAdminClient.refresh(RefreshRequest), RefreshResponse
  • Constructor Details