mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-31 19:00:00 +00:00
feat: Pre-compute matches query index groups
This commit is contained in:
@ -116,7 +116,7 @@ where D: Deref<Target=DB>,
|
||||
}
|
||||
}
|
||||
|
||||
matches.into_iter().map(|(id, matches)| Document::from_matches(id, matches)).collect()
|
||||
matches.into_iter().map(|(id, m)| Document::from_unsorted_matches(id, m)).collect()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user