You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/inference/src/test/java/org/elasticsearch/xpack/inference/rank/textsimilarity/TextSimilarityRankRetrieverTelemetryTests.java
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,11 @@ public void testTelemetryForRRFRetriever() throws IOException {
102
102
103
103
// search#1 - this will record 1 entry for "retriever" in `sections`, and 1 for "knn" under `retrievers`
Copy file name to clipboardExpand all lines: x-pack/plugin/rank-rrf/src/internalClusterTest/java/org/elasticsearch/xpack/rank/rrf/RRFRetrieverBuilderIT.java
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,15 @@ public void testRRFPagination() {
Copy file name to clipboardExpand all lines: x-pack/plugin/rank-rrf/src/internalClusterTest/java/org/elasticsearch/xpack/rank/rrf/RRFRetrieverBuilderNestedDocsIT.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ public void testRRFRetrieverWithNestedQuery() {
Copy file name to clipboardExpand all lines: x-pack/plugin/rank-rrf/src/internalClusterTest/java/org/elasticsearch/xpack/rank/rrf/RRFRetrieverTelemetryIT.java
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,9 @@ public void testTelemetryForRRFRetriever() throws IOException {
103
103
104
104
// search#1 - this will record 1 entry for "retriever" in `sections`, and 1 for "knn" under `retrievers`
0 commit comments