We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f76286 commit 17343daCopy full SHA for 17343da
quickwit/quickwit-indexing/src/actors/merge_executor.rs
@@ -839,7 +839,8 @@ mod tests {
839
let documents_left = searcher
840
.search(
841
&tantivy::query::AllQuery,
842
- &tantivy::collector::TopDocs::with_limit(result_docs.len() + 1),
+ &tantivy::collector::TopDocs::with_limit(result_docs.len() + 1)
843
+ .order_by_score(),
844
)?
845
.into_iter()
846
.map(|(_, doc_address)| {
0 commit comments