summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2020-08-05 12:04:41 +0200
committerJon Bratseth <bratseth@gmail.com>2020-08-05 12:04:41 +0200
commit3ef825fc121ab64c2ae643f4a86445e449dfef49 (patch)
tree9068636396146f5178a588e603425c953eb9ba42 /container-search/abi-spec.json
parent75b7675c38fddf27daf17bcb46fc575d8dc8049e (diff)
Remove incorrect provenance info
When we combine all resolutions of some value the provenance information carried by the value becomes ptoentially incorrect. Since we do this for efficiency and tracking provenance info is just helper functionality, we remove the provenance info in these cases.
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 37a75f39e87..fb83f194cc5 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -6168,6 +6168,8 @@
"public boolean isQueryProfile()",
"public com.yahoo.search.query.profile.types.QueryProfileType queryProfileType()",
"public com.yahoo.search.query.profile.compiled.ValueWithSource withValue(java.lang.Object)",
+ "public com.yahoo.search.query.profile.compiled.ValueWithSource withSource(java.lang.String)",
+ "public com.yahoo.search.query.profile.compiled.ValueWithSource withVariant(java.util.Optional)",
"public java.util.Optional variant()",
"public int hashCode()",
"public boolean equals(java.lang.Object)",