@@ -107,10 +107,12 @@ public final DeleteAutoFollowPatternResponse deleteAutoFollowPattern(
107107 // ----- Endpoint: ccr.follow
108108
109109 /**
110- * Create a follower. Create a cross-cluster replication follower index that
111- * follows a specific leader index. When the API returns, the follower index
112- * exists and cross-cluster replication starts replicating operations from the
113- * leader index to the follower index.
110+ * Create a follower.
111+ * <p>
112+ * Create a cross-cluster replication follower index that follows a specific
113+ * leader index. When the API returns, the follower index exists and
114+ * cross-cluster replication starts replicating operations from the leader index
115+ * to the follower index.
114116 *
115117 * @see <a href=
116118 * "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-follow">Documentation
@@ -125,10 +127,12 @@ public FollowResponse follow(FollowRequest request) throws IOException, Elastics
125127 }
126128
127129 /**
128- * Create a follower. Create a cross-cluster replication follower index that
129- * follows a specific leader index. When the API returns, the follower index
130- * exists and cross-cluster replication starts replicating operations from the
131- * leader index to the follower index.
130+ * Create a follower.
131+ * <p>
132+ * Create a cross-cluster replication follower index that follows a specific
133+ * leader index. When the API returns, the follower index exists and
134+ * cross-cluster replication starts replicating operations from the leader index
135+ * to the follower index.
132136 *
133137 * @param fn
134138 * a function that initializes a builder to create the
@@ -229,8 +233,10 @@ public final FollowStatsResponse followStats(
229233 // ----- Endpoint: ccr.forget_follower
230234
231235 /**
232- * Forget a follower. Remove the cross-cluster replication follower retention
233- * leases from the leader.
236+ * Forget a follower.
237+ * <p>
238+ * Remove the cross-cluster replication follower retention leases from the
239+ * leader.
234240 * <p>
235241 * A following index takes out retention leases on its leader index. These
236242 * leases are used to increase the likelihood that the shards of the leader
@@ -265,8 +271,10 @@ public ForgetFollowerResponse forgetFollower(ForgetFollowerRequest request)
265271 }
266272
267273 /**
268- * Forget a follower. Remove the cross-cluster replication follower retention
269- * leases from the leader.
274+ * Forget a follower.
275+ * <p>
276+ * Remove the cross-cluster replication follower retention leases from the
277+ * leader.
270278 * <p>
271279 * A following index takes out retention leases on its leader index. These
272280 * leases are used to increase the likelihood that the shards of the leader
@@ -459,12 +467,13 @@ public final PauseFollowResponse pauseFollow(
459467 // ----- Endpoint: ccr.put_auto_follow_pattern
460468
461469 /**
462- * Create or update auto-follow patterns. Create a collection of cross-cluster
463- * replication auto-follow patterns for a remote cluster. Newly created indices
464- * on the remote cluster that match any of the patterns are automatically
465- * configured as follower indices. Indices on the remote cluster that were
466- * created before the auto-follow pattern was created will not be auto-followed
467- * even if they match the pattern.
470+ * Create or update auto-follow patterns.
471+ * <p>
472+ * Create a collection of cross-cluster replication auto-follow patterns for a
473+ * remote cluster. Newly created indices on the remote cluster that match any of
474+ * the patterns are automatically configured as follower indices. Indices on the
475+ * remote cluster that were created before the auto-follow pattern was created
476+ * will not be auto-followed even if they match the pattern.
468477 * <p>
469478 * This API can also be used to update auto-follow patterns. NOTE: Follower
470479 * indices that were configured automatically before updating an auto-follow
@@ -485,12 +494,13 @@ public PutAutoFollowPatternResponse putAutoFollowPattern(PutAutoFollowPatternReq
485494 }
486495
487496 /**
488- * Create or update auto-follow patterns. Create a collection of cross-cluster
489- * replication auto-follow patterns for a remote cluster. Newly created indices
490- * on the remote cluster that match any of the patterns are automatically
491- * configured as follower indices. Indices on the remote cluster that were
492- * created before the auto-follow pattern was created will not be auto-followed
493- * even if they match the pattern.
497+ * Create or update auto-follow patterns.
498+ * <p>
499+ * Create a collection of cross-cluster replication auto-follow patterns for a
500+ * remote cluster. Newly created indices on the remote cluster that match any of
501+ * the patterns are automatically configured as follower indices. Indices on the
502+ * remote cluster that were created before the auto-follow pattern was created
503+ * will not be auto-followed even if they match the pattern.
494504 * <p>
495505 * This API can also be used to update auto-follow patterns. NOTE: Follower
496506 * indices that were configured automatically before updating an auto-follow
@@ -561,11 +571,13 @@ public final ResumeAutoFollowPatternResponse resumeAutoFollowPattern(
561571 // ----- Endpoint: ccr.resume_follow
562572
563573 /**
564- * Resume a follower. Resume a cross-cluster replication follower index that was
565- * paused. The follower index could have been paused with the pause follower
566- * API. Alternatively it could be paused due to replication that cannot be
567- * retried due to failures during following tasks. When this API returns, the
568- * follower index will resume fetching operations from the leader index.
574+ * Resume a follower.
575+ * <p>
576+ * Resume a cross-cluster replication follower index that was paused. The
577+ * follower index could have been paused with the pause follower API.
578+ * Alternatively it could be paused due to replication that cannot be retried
579+ * due to failures during following tasks. When this API returns, the follower
580+ * index will resume fetching operations from the leader index.
569581 *
570582 * @see <a href=
571583 * "https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ccr-resume-follow">Documentation
@@ -580,11 +592,13 @@ public ResumeFollowResponse resumeFollow(ResumeFollowRequest request) throws IOE
580592 }
581593
582594 /**
583- * Resume a follower. Resume a cross-cluster replication follower index that was
584- * paused. The follower index could have been paused with the pause follower
585- * API. Alternatively it could be paused due to replication that cannot be
586- * retried due to failures during following tasks. When this API returns, the
587- * follower index will resume fetching operations from the leader index.
595+ * Resume a follower.
596+ * <p>
597+ * Resume a cross-cluster replication follower index that was paused. The
598+ * follower index could have been paused with the pause follower API.
599+ * Alternatively it could be paused due to replication that cannot be retried
600+ * due to failures during following tasks. When this API returns, the follower
601+ * index will resume fetching operations from the leader index.
588602 *
589603 * @param fn
590604 * a function that initializes a builder to create the
0 commit comments