Class RefreshRequest

All Implemented Interfaces:
IndicesRequest, IndicesRequest.Replaceable, Writeable, org.elasticsearch.core.RefCounted, 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: