mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Change the number of facet values returned by default to 100
This commit is contained in:
parent
bae4007447
commit
2a505503b3
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ use crate::{FieldId, Index, Result};
|
|||
|
||||
/// The default number of values by facets that will
|
||||
/// be fetched from the key-value store.
|
||||
const DEFAULT_VALUES_BY_FACET: usize = 1000;
|
||||
const DEFAULT_VALUES_BY_FACET: usize = 100;
|
||||
|
||||
/// Threshold on the number of candidates that will make
|
||||
/// the system to choose between one algorithm or another.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue