mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-31 19:00:00 +00:00
Revert "feat: Pre-compute matches query index groups"
This reverts commit 039a9a4cc7
.
This commit is contained in:
@ -119,7 +119,7 @@ where D: Deref<Target=DB>,
|
||||
|
||||
info!("{} documents to classify", matches.len());
|
||||
|
||||
matches.into_iter().map(|(i, m)| Document::from_unsorted_matches(i, m)).collect()
|
||||
matches.into_iter().map(|(i, m)| Document::from_matches(i, m)).collect()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user