summaryrefslogtreecommitdiffstats
path: root/container-search
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2022-06-14 15:58:00 +0200
committerJon Bratseth <bratseth@gmail.com>2022-06-14 15:58:00 +0200
commita0f18f5183b1e43163bbfbbfa6f6fff86149d014 (patch)
treefe8c79a7203e50c0d5e7961d93b4b6cf05485ee0 /container-search
parent1a4e603b63216fd459b4b1a6e26e27d737f39c37 (diff)
Update ABI spec
Diffstat (limited to 'container-search')
-rw-r--r--container-search/abi-spec.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/container-search/abi-spec.json b/container-search/abi-spec.json
index a5725a6c6e7..8d01d92fac5 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -1999,11 +1999,11 @@
"public static final com.yahoo.processing.request.CompoundName HITS",
"public static final com.yahoo.processing.request.CompoundName QUERY_PROFILE",
"public static final com.yahoo.processing.request.CompoundName SEARCH_CHAIN",
- "public static final com.yahoo.processing.request.CompoundName EXPLAIN_LEVEL",
"public static final com.yahoo.processing.request.CompoundName NO_CACHE",
"public static final com.yahoo.processing.request.CompoundName GROUPING_SESSION_CACHE",
"public static final com.yahoo.processing.request.CompoundName TIMEOUT",
"public static final com.yahoo.processing.request.CompoundName TRACE_LEVEL",
+ "public static final com.yahoo.processing.request.CompoundName EXPLAIN_LEVEL",
"public static final java.util.List nativeProperties"
]
},
@@ -5629,6 +5629,8 @@
"public int getLevel()",
"public void setLevel(int)",
"public boolean isTraceable(int)",
+ "public void setExplainLevel(int)",
+ "public int getExplainLevel()",
"public boolean getTimestamps()",
"public void setTimestamps(boolean)",
"public boolean getQuery()",
@@ -5648,6 +5650,7 @@
"fields": [
"public static final java.lang.String TRACE",
"public static final java.lang.String LEVEL",
+ "public static final java.lang.String EXPLAIN_LEVEL",
"public static final java.lang.String TIMESTAMPS",
"public static final java.lang.String QUERY"
]