Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ tests:
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
method: test {p0=transform/transforms_start_stop/Test start/stop/start transform}
issue: https://github.com/elastic/elasticsearch/issues/119508
- class: org.elasticsearch.smoketest.MlWithSecurityIT
method: test {yaml=ml/sparse_vector_search/Test sparse_vector search with query vector and pruning config}
issue: https://github.com/elastic/elasticsearch/issues/119548
- class: org.elasticsearch.multi_cluster.MultiClusterYamlTestSuiteIT
issue: https://github.com/elastic/elasticsearch/issues/119983
- class: org.elasticsearch.xpack.test.rest.XPackRestIT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ teardown:
field: ml.tokens
query_vector:
the: 0.5
comforter: 2.0
comforter: 3.0
smells: 1.0
bad: 1.0
prune: true
Expand All @@ -261,7 +261,7 @@ teardown:
only_score_pruned_tokens: false

- match: { hits.total.value: 3 }
- match: { hits.hits.0._score: 4 }
- match: { hits.hits.0._score: 6 }

---
"Test sparse_vector search with query vector and pruning config with only score pruned tokens":
Expand Down