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 374df05 commit 06ee627Copy full SHA for 06ee627
x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/IndexResolver.java
@@ -56,7 +56,7 @@ public class IndexResolver {
56
public static final String UNMAPPED = "unmapped";
57
58
public static final IndicesOptions FIELD_CAPS_INDICES_OPTIONS = IndicesOptions.builder()
59
- .concreteTargetOptions(IndicesOptions.ConcreteTargetOptions.ERROR_WHEN_UNAVAILABLE_TARGETS)
+ .concreteTargetOptions(IndicesOptions.ConcreteTargetOptions.ALLOW_UNAVAILABLE_TARGETS)
60
.wildcardOptions(
61
IndicesOptions.WildcardOptions.builder()
62
.matchOpen(true)
0 commit comments