Uses of Class
org.elasticsearch.client.ccr.UnfollowRequest
-
Packages that use UnfollowRequest Package Description org.elasticsearch.client -
-
Uses of UnfollowRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type UnfollowRequest Modifier and Type Method Description AcknowledgedResponseCcrClient. unfollow(UnfollowRequest request, RequestOptions options)Instructs a follower index to unfollow and become a regular index.CancellableCcrClient. unfollowAsync(UnfollowRequest request, RequestOptions options, ActionListener<AcknowledgedResponse> listener)Asynchronously instructs a follower index to unfollow and become a regular index.
-