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 a87bd7a commit dae61dcCopy full SHA for dae61dc
server/src/main/java/org/elasticsearch/index/IndexSettings.java
@@ -718,7 +718,8 @@ public Iterator<Setting<?>> settings() {
718
"index.mapping.source.mode",
719
value -> {},
720
Setting.Property.Final,
721
- Setting.Property.IndexScope
+ Setting.Property.IndexScope,
722
+ Setting.Property.ServerlessPublic
723
);
724
725
public static final Setting<Boolean> RECOVERY_USE_SYNTHETIC_SOURCE_SETTING = Setting.boolSetting(
0 commit comments