summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2020-01-31 15:17:06 +0100
committerJon Bratseth <bratseth@verizonmedia.com>2020-01-31 15:17:06 +0100
commitb97d05c1c475bba03ef24454021e2a62b74d8609 (patch)
tree732ee1858729f8406247b872a1e673a4b50449cd /container-search/abi-spec.json
parentd4aa0e588738f66c73f6162bf63f6d73ef4af795 (diff)
Allow extension of implicitly ref'ed query profile types
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index b5fbe235c43..99a12fa654d 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -6283,6 +6283,7 @@
"public boolean isOverridable(java.lang.String)",
"public java.lang.Class getValueClass(java.lang.String)",
"public com.yahoo.search.query.profile.types.QueryProfileType getType(java.lang.String)",
+ "public com.yahoo.search.query.profile.types.FieldType getFieldType(com.yahoo.processing.request.CompoundName)",
"public com.yahoo.search.query.profile.types.FieldDescription getField(java.lang.String)",
"public com.yahoo.search.query.profile.types.FieldDescription removeField(java.lang.String)",
"public void addField(com.yahoo.search.query.profile.types.FieldDescription)",