You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create an extended index function, which creates a new index when the index with the given name not exists OR it skips the index creation if the index with the given name already exists and all index settings (options) are the same.
However, if the index with the same name already exists, but the index settings (options) are different, then the existing index shall be dropped and newly created with the new settings (options).
The text was updated successfully, but these errors were encountered:
Create an extended index function, which creates a new index when the index with the given name not exists OR it skips the index creation if the index with the given name already exists and all index settings (options) are the same.
However, if the index with the same name already exists, but the index settings (options) are different, then the existing index shall be dropped and newly created with the new settings (options).
The text was updated successfully, but these errors were encountered: