We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7dc4f commit 2130674Copy full SHA for 2130674
src/main/java/org/springframework/data/elasticsearch/client/elc/TypeUtils.java
@@ -436,7 +436,7 @@ static Integer waitForActiveShardsCount(@Nullable String value) {
436
// values taken from the RHLC implementation
437
if (value == null) {
438
return -2;
439
- } else if ("all".equals(value.toUpperCase())) {
+ } else if ("all".equals(value.toLowerCase())) {
440
return -1;
441
} else {
442
try {
0 commit comments