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 eeea953 commit c55f8c9Copy full SHA for c55f8c9
server/src/main/java/org/elasticsearch/index/IndexSettings.java
@@ -652,7 +652,7 @@ public Iterator<Setting<?>> settings() {
652
);
653
654
public static final Setting<Boolean> SYNTHETIC_SOURCE_SECOND_DOC_PARSING_PASS_SETTING = Setting.boolSetting(
655
- "index.synthetic_source.enable_second_doc_parsing_pass",
+ "index.synthetic_source.enable_second_doc_parsing_pass",
656
true,
657
Property.IndexScope,
658
Property.Dynamic
0 commit comments