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 df79368 commit 0e1a97aCopy full SHA for 0e1a97a
src/main/java/org/springframework/data/elasticsearch/client/elc/TypeUtils.java
@@ -435,7 +435,7 @@ static Integer waitForActiveShardsCount(@Nullable String value) {
435
// values taken from the RHLC implementation
436
if (value == null) {
437
return -2;
438
- } else if ("all".equals(value.toUpperCase())) {
+ } else if ("all".equals(value.toLowerCase())) {
439
return -1;
440
} else {
441
try {
0 commit comments