Uses of Class
org.elasticsearch.action.admin.indices.refresh.RefreshRequest
-
Packages that use RefreshRequest Package Description org.elasticsearch.action.admin.indices.refresh org.elasticsearch.client -
-
Uses of RefreshRequest in org.elasticsearch.action.admin.indices.refresh
Methods in org.elasticsearch.action.admin.indices.refresh with parameters of type RefreshRequest Modifier and Type Method Description protected BasicReplicationRequestTransportRefreshAction. newShardRequest(RefreshRequest request, ShardId shardId) -
Uses of RefreshRequest in org.elasticsearch.client
Methods in org.elasticsearch.client that return RefreshRequest Modifier and Type Method Description static RefreshRequestRequests. refreshRequest(String... indices)Creates a refresh indices request.Methods in org.elasticsearch.client with parameters of type RefreshRequest Modifier and Type Method Description ActionFuture<RefreshResponse>IndicesAdminClient. refresh(RefreshRequest request)Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).voidIndicesAdminClient. refresh(RefreshRequest request, ActionListener<RefreshResponse> listener)Explicitly refresh one or more indices (making the content indexed since the last refresh searchable).RefreshResponseIndicesClient. refresh(RefreshRequest refreshRequest, RequestOptions options)Refresh one or more indices using the Refresh API.CancellableIndicesClient. refreshAsync(RefreshRequest refreshRequest, RequestOptions options, ActionListener<RefreshResponse> listener)Asynchronously refresh one or more indices using the Refresh API.
-