mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Introduce the AttrCount type
This commit is contained in:
committed by
Clément Renault
parent
5b9fff6636
commit
11f3d7782d
@ -12,7 +12,7 @@ fn number_exact_matches(
|
||||
query_index: &[u32],
|
||||
attribute: &[u16],
|
||||
is_exact: &[bool],
|
||||
fields_counts: &Set<(SchemaAttr, u64)>,
|
||||
fields_counts: &Set<(SchemaAttr, u16)>,
|
||||
) -> usize {
|
||||
let mut count = 0;
|
||||
let mut index = 0;
|
||||
|
Reference in New Issue
Block a user