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
/* There was unintentional breaking change got introduced with [OpenSearch-6424](https://github.com/opensearch-project/OpenSearch/pull/6424) (version 2.7).
1067
1077
* For indices created prior version (prior to 2.7) which has IndexSort type, they used to type cast the SortField.Type
1068
1078
* to higher bytes size like integer to long. This behavior was changed from OpenSearch 2.7 version not to
@@ -1200,6 +1210,7 @@ public IndexSettings(final IndexMetadata indexMetadata, final Settings nodeSetti
0 commit comments