summaryrefslogtreecommitdiffstats
path: root/container-search/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@verizonmedia.com>2019-06-28 06:35:11 -0500
committerJon Bratseth <bratseth@verizonmedia.com>2019-06-28 06:35:11 -0500
commite1010883fb684c1e941cf2d49778c86e179ecb9e (patch)
treea8c3679859dc548159ca0955556674ca311fa0c9 /container-search/abi-spec.json
parentb03399fca13b0aa048e71a0f5a609f439ace2253 (diff)
Move extract logic to the relevant items
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 b74dd1e3e95..357e945aea8 100644
--- a/container-search/abi-spec.json
+++ b/container-search/abi-spec.json
@@ -946,6 +946,7 @@
"public void addItem(com.yahoo.prelude.query.Item)",
"public void addItem(int, com.yahoo.prelude.query.Item)",
"public com.yahoo.prelude.query.Item setItem(int, com.yahoo.prelude.query.Item)",
+ "public java.util.Optional extractSingleChild()",
"public com.yahoo.prelude.query.WordItem getWordItem(int)",
"public com.yahoo.prelude.query.BlockItem getBlockItem(int)",
"protected void encodeThis(java.nio.ByteBuffer)",
@@ -976,6 +977,7 @@
"public void setIndexName(java.lang.String)",
"public void setWeight(int)",
"public void addItem(com.yahoo.prelude.query.Item)",
+ "public java.util.Optional extractSingleChild()",
"public com.yahoo.prelude.query.WordItem getWordItem(int)",
"protected void encodeThis(java.nio.ByteBuffer)",
"public int encode(java.nio.ByteBuffer)",