java-client/src/main/java/co/elastic/clients/elasticsearch/indices/update_aliases/Action.java
The Builder of Action of updateAliases should use [return self()] instead of [return this] and change the return type to [Builder]
#884
Labels
Category: Question
Not an issue but a question. May lead to enhancing docs
Java API client version
8.15.1
Java version
11
Elasticsearch Version
8.15.0
Problem description
The following is the relevant code, which is causing the inability to achieve chaining as expected.
elasticsearch-java/java-client/src/main/java/co/elastic/clients/elasticsearch/indices/update_aliases/Action.java
Lines 198 to 230 in 7c46ddd
The text was updated successfully, but these errors were encountered: