diff --git a/manual/Aggregations.md b/manual/Aggregations.md index 6d25f3e4..c9a498b6 100644 --- a/manual/Aggregations.md +++ b/manual/Aggregations.md @@ -99,7 +99,7 @@ This prints: ```text { - "took": 14, + "took": 10, "_shards": { "total": 1, "successful": 1, @@ -351,13 +351,13 @@ This prints: 2024-10-27T00:00:00.000Z: 1 2024-10-28T00:00:00.000Z: 1 green: 2 - Min: 1.729251421029E12 - Max: 1.730115421029E12 + Min: 1.729257404886E12 + Max: 1.730121404886E12 Time span: 8.64E8 Top: [1,4] red: 2 - Min: 1.729683421029E12 - Max: 1.730029021029E12 + Min: 1.729689404886E12 + Max: 1.730035004886E12 Time span: 3.456E8 Top: [2,3] Avg time span: 6.048E8 diff --git a/manual/Highlighting.md b/manual/Highlighting.md index 5af3c50d..da163c7f 100644 --- a/manual/Highlighting.md +++ b/manual/Highlighting.md @@ -20,7 +20,7 @@ client.search(indexName) { ``` { - "took": 49, + "took": 58, "_shards": { "total": 1, "successful": 1, @@ -80,7 +80,7 @@ client.search(indexName) { ``` { - "took": 24, + "took": 41, "_shards": { "total": 1, "successful": 1, diff --git a/manual/KnnSearch.md b/manual/KnnSearch.md index f9541807..bccd6d78 100644 --- a/manual/KnnSearch.md +++ b/manual/KnnSearch.md @@ -133,39 +133,39 @@ This prints: ```text query for vector of rice: -B-_q0pIB3z6npptKlJlh - 0.93660545: chicken -Be_q0pIB3z6npptKlJlh - 0.9159527: chicken teriyaki with rice -Ae_q0pIB3z6npptKlJlh - 0.91181946: apple pie +Tf1F05IBfyxfpFMS4p0U - 0.93660545: chicken +S_1F05IBfyxfpFMS4p0U - 0.9159527: chicken teriyaki with rice +R_1F05IBfyxfpFMS4p0U - 0.91181946: apple pie --- query for vector of gebak en taart: -Ae_q0pIB3z6npptKlJlh - 0.8899498: apple pie -Bu_q0pIB3z6npptKlJlh - 0.8890915: tikka massala -BO_q0pIB3z6npptKlJlh - 0.88838005: pattiserie +R_1F05IBfyxfpFMS4p0U - 0.8899498: apple pie +TP1F05IBfyxfpFMS4p0U - 0.8890915: tikka massala +Sv1F05IBfyxfpFMS4p0U - 0.88838005: pattiserie --- query for vector of muppets: -Ae_q0pIB3z6npptKlJlh - 0.9113884: apple pie -B-_q0pIB3z6npptKlJlh - 0.90841866: chicken -A-_q0pIB3z6npptKlJlh - 0.90057564: the cookie monster +R_1F05IBfyxfpFMS4p0U - 0.9113884: apple pie +Tf1F05IBfyxfpFMS4p0U - 0.90841866: chicken +Sf1F05IBfyxfpFMS4p0U - 0.90057564: the cookie monster --- query for vector of artisanal baker: -Au_q0pIB3z6npptKlJlh - 0.9066143: chocolate chip cookie -A-_q0pIB3z6npptKlJlh - 0.89697075: the cookie monster -_-_q0pIB3z6npptKlJhh - 0.8922405: banana muffin with chocolate chips +SP1F05IBfyxfpFMS4p0U - 0.9066143: chocolate chip cookie +Sf1F05IBfyxfpFMS4p0U - 0.89697075: the cookie monster +Rf1F05IBfyxfpFMS4p0T - 0.8922405: banana muffin with chocolate chips --- query for vector of indian curry: -B-_q0pIB3z6npptKlJlh - 0.9322586: chicken -Be_q0pIB3z6npptKlJlh - 0.9312973: chicken teriyaki with rice -Bu_q0pIB3z6npptKlJlh - 0.9182453: tikka massala +Tf1F05IBfyxfpFMS4p0U - 0.9322586: chicken +S_1F05IBfyxfpFMS4p0U - 0.9312973: chicken teriyaki with rice +TP1F05IBfyxfpFMS4p0U - 0.9182453: tikka massala --- query for vector of japanese food: -Be_q0pIB3z6npptKlJlh - 0.92860985: chicken teriyaki with rice -B-_q0pIB3z6npptKlJlh - 0.9264393: chicken -Ae_q0pIB3z6npptKlJlh - 0.9177284: apple pie +S_1F05IBfyxfpFMS4p0U - 0.92860985: chicken teriyaki with rice +Tf1F05IBfyxfpFMS4p0U - 0.9264393: chicken +R_1F05IBfyxfpFMS4p0U - 0.9177284: apple pie --- query for vector of baked goods: -Ae_q0pIB3z6npptKlJlh - 0.9216957: apple pie -Au_q0pIB3z6npptKlJlh - 0.91723824: chocolate chip cookie -AO_q0pIB3z6npptKlJlh - 0.91052055: apple crumble +R_1F05IBfyxfpFMS4p0U - 0.9216957: apple pie +SP1F05IBfyxfpFMS4p0U - 0.91723824: chocolate chip cookie +Rv1F05IBfyxfpFMS4p0U - 0.91052055: apple crumble --- ```