summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-03-30 18:57:18 +0200
committerGitHub <noreply@github.com>2022-03-30 18:57:18 +0200
commitd9debadddf98155589f6239a395675f2da23e36a (patch)
treeb3667ea7a4d967fa6272b20afe67c8fee98cf571 /container-search/abi-spec.json
parent76ef40f11cbb25e5117f9ddfcec5260bc19c13fa (diff)
parentc0cd66e75bd5a8ff5cd94a72529cb951a1046746 (diff)
Merge pull request #21904 from vespa-engine/bratseth/substitution-in-tensors
Support substitutions in tensors
Diffstat (limited to 'container-search/abi-spec.json')
-rw-r--r--container-search/abi-spec.json4
1 files changed, 1 insertions, 3 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index 52a12f1e9a7..dab61dfd46d 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5986,8 +5986,6 @@
"public com.yahoo.search.query.profile.QueryProfile clone()",
"public static void validateName(java.lang.String)",
"protected void set(com.yahoo.processing.request.CompoundName, java.lang.Object, com.yahoo.search.query.profile.DimensionBinding, com.yahoo.search.query.profile.QueryProfileRegistry)",
- "protected java.lang.Object convertToSubstitutionString(java.lang.Object)",
- "protected com.yahoo.search.query.profile.types.FieldDescription getFieldDescription(com.yahoo.processing.request.CompoundName, com.yahoo.search.query.profile.DimensionBinding)",
"protected java.lang.Boolean isLocalInstanceOverridable(java.lang.String)",
"protected java.lang.Object lookup(com.yahoo.processing.request.CompoundName, boolean, com.yahoo.search.query.profile.DimensionBinding)",
"protected final void accept(com.yahoo.search.query.profile.QueryProfileVisitor, com.yahoo.search.query.profile.DimensionBinding, com.yahoo.search.query.profile.QueryProfile)",
@@ -6239,7 +6237,7 @@
"public static com.yahoo.search.query.profile.SubstituteString create(java.lang.String)",
"public void <init>(java.util.List, java.lang.String)",
"public boolean hasRelative()",
- "public java.lang.String substitute(java.util.Map, com.yahoo.processing.request.Properties)",
+ "public java.lang.Object substitute(java.util.Map, com.yahoo.processing.request.Properties)",
"public java.util.List components()",
"public java.lang.String stringValue()",
"public int hashCode()",