mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Updating queries used in rrf with text similarity tests (#114838)
This commit is contained in:
parent
38d9710e61
commit
2f1f24d7f2
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -125,6 +125,9 @@ setup:
|
|||
term: {
|
||||
topic: "science"
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"integer": "asc"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -303,6 +306,9 @@ setup:
|
|||
term: {
|
||||
topic: "science"
|
||||
}
|
||||
},
|
||||
"sort": {
|
||||
"integer": "asc"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue