mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-25 22:34:28 +01:00
Add link to GitHub PR to document of update/facet module
This commit is contained in:
parent
a034a1e628
commit
acc8caebe6
@ -68,6 +68,8 @@ bulk method is faster when a large part of the database is modified. Empirically
|
||||
it takes 50x more time to incrementally add N facet values to an existing database than it is to
|
||||
construct a database of N facet values. This is the heuristic that is used to choose between the
|
||||
two methods.
|
||||
|
||||
Related PR: https://github.com/meilisearch/milli/pull/619
|
||||
*/
|
||||
|
||||
pub const FACET_MAX_GROUP_SIZE: u8 = 8;
|
||||
|
Loading…
Reference in New Issue
Block a user