mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
Fix ut
This commit is contained in:
parent
7f20b3a7ad
commit
692c42b23a
@ -441,6 +441,6 @@ public class SimpleSearchIT extends ESIntegTestCase {
|
||||
assertThat(e.toString(), containsString("Rescore window [" + windowSize + "] is too large. It must "
|
||||
+ "be less than [" + IndexSettings.MAX_RESCORE_WINDOW_SETTING.get(Settings.EMPTY)));
|
||||
assertThat(e.toString(), containsString(
|
||||
"This limit can be set by chaning the [" + IndexSettings.MAX_RESCORE_WINDOW_SETTING.getKey() + "] index level setting."));
|
||||
"This limit can be set by chaining the [" + IndexSettings.MAX_RESCORE_WINDOW_SETTING.getKey() + "] index level setting."));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user