Skip to content

Commit d44ba76

Browse files
committed
intern back on
1 parent d73705d commit d44ba76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/x-content/impl/src/main/java/org/elasticsearch/xcontent/provider/json/JsonXContentImpl.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ public static final XContent jsonXContent() {
5656
jsonFactory.configure(JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT, false);
5757
jsonFactory.configure(JsonParser.Feature.STRICT_DUPLICATE_DETECTION, true);
5858
jsonFactory.configure(JsonParser.Feature.USE_FAST_DOUBLE_PARSER, true);
59-
jsonFactory.configure(JsonFactory.Feature.INTERN_FIELD_NAMES, false);
6059
// keeping existing behavior of including source, for now
6160
jsonFactory.configure(JsonParser.Feature.INCLUDE_SOURCE_IN_LOCATION, true);
6261
jsonXContent = new JsonXContentImpl();

0 commit comments

Comments
 (0)