mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-02 08:59:09 +00:00
IndexMetaData.Builder.Index(String name) isn't renaming this.index
fixed #2236.
This commit is contained in:
parent
162dfb7011
commit
f2db8eaca2
@ -414,7 +414,7 @@ public class IndexMetaData {
|
||||
return index;
|
||||
}
|
||||
|
||||
public Builder index(String name) {
|
||||
public Builder index(String index) {
|
||||
this.index = index;
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user