mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce the AttrCount type
This commit is contained in:
parent
5b9fff6636
commit
11f3d7782d
7 changed files with 22 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue