Skip to content

Commit

Permalink
rename configure index method
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanshah18 committed Feb 2, 2024
1 parent d03ebcd commit b71b160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public IndexModel describeIndex(String indexName) {
return indexModel;
}

public void configureIndexes(String indexName, ConfigureIndexRequest configureIndexRequest) {
public void configureIndex(String indexName, ConfigureIndexRequest configureIndexRequest) {
try {
manageIndexesApi.configureIndex(indexName, configureIndexRequest);
} catch (ApiException apiException) {
Expand Down

0 comments on commit b71b160

Please sign in to comment.