summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-03-30 17:22:08 +0200
committerJon Bratseth <bratseth@gmail.com>2022-03-30 17:22:08 +0200
commitc0cd66e75bd5a8ff5cd94a72529cb951a1046746 (patch)
tree739856a9eb2ba3069f6427b9aa562ff6ad8376df /container-search/abi-spec.json
parent211fdb61ecf7379c8113e0da413a8cc16f72494d (diff)
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 7cc7168c79a..d0c305cea51 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -5983,8 +5983,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)",
@@ -6236,7 +6234,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()",