Skip to content

Commit d3421a1

Browse files
committed
Set ignore_unavaliable to false
1 parent 5ffdc46 commit d3421a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/session/IndexResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class IndexResolver {
5656
public static final String UNMAPPED = "unmapped";
5757

5858
public static final IndicesOptions FIELD_CAPS_INDICES_OPTIONS = IndicesOptions.builder()
59-
.concreteTargetOptions(IndicesOptions.ConcreteTargetOptions.ALLOW_UNAVAILABLE_TARGETS)
59+
.concreteTargetOptions(IndicesOptions.ConcreteTargetOptions.ERROR_WHEN_UNAVAILABLE_TARGETS)
6060
.wildcardOptions(
6161
IndicesOptions.WildcardOptions.builder()
6262
.matchOpen(true)

0 commit comments

Comments
 (0)