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 b89660a commit ba0434bCopy full SHA for ba0434b
server/src/main/java/org/elasticsearch/index/mapper/DocumentParser.java
@@ -613,7 +613,7 @@ private static void throwOnCreateDynamicNestedViaCopyTo(Mapper dynamicObjectMapp
613
}
614
615
private static void parseArray(DocumentParserContext context, String lastFieldName) throws IOException {
616
- // Record previous immediate parent, so that it can be reset after array has been parsed:
+ // Record previous immediate parent, so that it can be reset after array has been parsed.
617
// This is for recording array offset with synthetic source. Only if the immediate parent is an array,
618
// then we offsets can be accounted accurately.
619
var prev = context.getImmediateXContentParent();
0 commit comments