aboutsummaryrefslogtreecommitdiffstats
path: root/document/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-07-04 22:47:21 +0200
committerJon Bratseth <bratseth@gmail.com>2022-07-04 22:47:21 +0200
commit40744a1a30cccff9c4b4b9f67ae6891956509ee3 (patch)
tree2b904bcf1826f6748abbbb6d5d392a5a2e729570 /document/abi-spec.json
parentbdca3da122423f78c7dace3ab10c27c575b9fa65 (diff)
Add option to ignore undefined fields
Diffstat (limited to 'document/abi-spec.json')
-rw-r--r--document/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/document/abi-spec.json b/document/abi-spec.json
index 0ddc5dabc3c..443385bb0a0 100644
--- a/document/abi-spec.json
+++ b/document/abi-spec.json
@@ -208,7 +208,7 @@
"public bridge synthetic int compareTo(java.lang.Object)"
],
"fields": [
- "public static int classId",
+ "public static final int classId",
"public static final com.yahoo.document.NumericDataType NONE",
"public static final com.yahoo.document.NumericDataType INT",
"public static final com.yahoo.document.NumericDataType FLOAT",
@@ -485,6 +485,8 @@
"public void <init>()",
"public void <init>(com.yahoo.document.config.DocumentmanagerConfig)",
"public static com.yahoo.document.DocumentTypeManager fromFile(java.lang.String)",
+ "public boolean getIgnoreUndefinedFields()",
+ "public void setIgnoreUndefinedFields(boolean)",
"public void register(com.yahoo.document.DataType)",
"public com.yahoo.document.DocumentType registerDocumentType(com.yahoo.document.DocumentType)",
"public com.yahoo.document.DocumentType getDocumentType(com.yahoo.document.DataTypeName)",