From 96b188055122b77c5c6fda01a199bedccebe3ed0 Mon Sep 17 00:00:00 2001 From: Panagiotis Bailis Date: Tue, 12 Nov 2024 09:59:45 +0200 Subject: [PATCH] iter --- .../search/search-your-data/retrievers-examples.asciidoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/reference/search/search-your-data/retrievers-examples.asciidoc b/docs/reference/search/search-your-data/retrievers-examples.asciidoc index 3c09384ee3bb8..0ee40d24ebd8c 100644 --- a/docs/reference/search/search-your-data/retrievers-examples.asciidoc +++ b/docs/reference/search/search-your-data/retrievers-examples.asciidoc @@ -703,7 +703,7 @@ GET /retrievers_example/_search // TEST[setup:retrievers_examples] The output of which, albeit a bit verbose, will provide all the necessary info to assist in debugging and reason with ranking -[source, console-result] +[source, js] ---- { "took": 42, @@ -723,7 +723,7 @@ The output of which, albeit a bit verbose, will provide all the necessary info t "hits": [ { "_shard": "[retrievers_example][0]", - "_node": "jn_rdZFKS3-UgWVsVdj2Vg", + "_node": "jnrdZFKS3abUgWVsVdj2Vg", "_index": "retrievers_example", "_id": "1", "_score": 0.5, @@ -802,5 +802,4 @@ The output of which, albeit a bit verbose, will provide all the necessary info t } } ---- -// TESTRESPONSE[s/"took": 42/"took": $body.took/] -// TESTRESPONSE[s/"\.\.\."/$body.hits.hits.0._explanation.details/] +// NOTCONSOLE