Skip to content

Commit

Permalink
Updating queries used in rrf with text similarity tests (#114838)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpailis authored Oct 15, 2024
1 parent 38d9710 commit 2f1f24d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,6 @@ tests:
- class: org.elasticsearch.xpack.enrich.EnrichRestIT
method: test {p0=enrich/20_standard_index/enrich stats REST response structure}
issue: https://github.com/elastic/elasticsearch/issues/114753
- class: org.elasticsearch.xpack.rank.rrf.RRFRankClientYamlTestSuiteIT
method: test {yaml=rrf/800_rrf_with_text_similarity_reranker_retriever/explain using rrf retriever and text-similarity}
issue: https://github.com/elastic/elasticsearch/issues/114757
- class: org.elasticsearch.xpack.enrich.EnrichRestIT
method: test {p0=enrich/30_tsdb_index/enrich documents over _bulk}
issue: https://github.com/elastic/elasticsearch/issues/114761
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ setup:
term: {
topic: "science"
}
},
"sort": {
"integer": "asc"
}
}
},
Expand Down Expand Up @@ -303,6 +306,9 @@ setup:
term: {
topic: "science"
}
},
"sort": {
"integer": "asc"
}
}
},
Expand Down

0 comments on commit 2f1f24d

Please sign in to comment.