Plug the faceting.max_values_per_facet setting

This commit is contained in:
Kerollmops
2022-06-08 18:03:56 +02:00
parent 5450b5ced3
commit b96399d24b
6 changed files with 45 additions and 20 deletions

View File

@ -484,6 +484,7 @@ pub(crate) mod test {
synonyms: Setting::NotSet,
distinct_attribute: Setting::NotSet,
typo_tolerance: Setting::NotSet,
faceting: Setting::NotSet,
_kind: PhantomData::<Unchecked>,
};
@ -506,6 +507,7 @@ pub(crate) mod test {
synonyms: Setting::NotSet,
distinct_attribute: Setting::NotSet,
typo_tolerance: Setting::NotSet,
faceting: Setting::NotSet,
_kind: PhantomData::<Unchecked>,
};