Skip to content

Commit dae61dc

Browse files
authored
Mark index.mapping.source.mode as serverless public setting (#121011)
1 parent a87bd7a commit dae61dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/main/java/org/elasticsearch/index/IndexSettings.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,8 @@ public Iterator<Setting<?>> settings() {
718718
"index.mapping.source.mode",
719719
value -> {},
720720
Setting.Property.Final,
721-
Setting.Property.IndexScope
721+
Setting.Property.IndexScope,
722+
Setting.Property.ServerlessPublic
722723
);
723724

724725
public static final Setting<Boolean> RECOVERY_USE_SYNTHETIC_SOURCE_SETTING = Setting.boolSetting(

0 commit comments

Comments
 (0)