mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-10-11 22:26:25 +00:00
convert the field_distribution to a BTreeMap and avoid counting twice the same documents
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use std::collections::hash_map::Entry;
|
||||
use std::collections::btree_map::Entry;
|
||||
use std::collections::HashMap;
|
||||
|
||||
use chrono::Utc;
|
||||
|
Reference in New Issue
Block a user