Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis committed Nov 12, 2024
1 parent 543b3bc commit 96b1880
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down Expand Up @@ -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

0 comments on commit 96b1880

Please sign in to comment.