mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fixes
This commit is contained in:
parent
0a21d9bfb3
commit
5f93651cef
6 changed files with 20 additions and 33 deletions
|
@ -156,6 +156,7 @@ impl FacetedDocidsExtractor {
|
|||
res
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn facet_fn_with_options<'extractor, 'doc>(
|
||||
doc_alloc: &'doc Bump,
|
||||
cached_sorter: &mut BalancedCaches<'extractor>,
|
||||
|
@ -336,6 +337,7 @@ fn truncate_str(s: &str) -> &str {
|
|||
}
|
||||
|
||||
impl FacetedDocidsExtractor {
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#[tracing::instrument(level = "trace", skip_all, target = "indexing::extract::faceted")]
|
||||
pub fn run_extraction<
|
||||
'pl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue