Skip to content

Commit c55f8c9

Browse files
committed
updates
1 parent eeea953 commit c55f8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ public Iterator<Setting<?>> settings() {
652652
);
653653

654654
public static final Setting<Boolean> SYNTHETIC_SOURCE_SECOND_DOC_PARSING_PASS_SETTING = Setting.boolSetting(
655-
"index.synthetic_source.enable_second_doc_parsing_pass",
655+
"index.synthetic_source.enable_second_doc_parsing_pass",
656656
true,
657657
Property.IndexScope,
658658
Property.Dynamic

0 commit comments

Comments
 (0)