mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 03:55:07 +08: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
|
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
|
construct a database of N facet values. This is the heuristic that is used to choose between the
|
||||||
two methods.
|
two methods.
|
||||||
|
|
||||||
|
Related PR: https://github.com/meilisearch/milli/pull/619
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pub const FACET_MAX_GROUP_SIZE: u8 = 8;
|
pub const FACET_MAX_GROUP_SIZE: u8 = 8;
|
||||||
|
Loading…
Reference in New Issue
Block a user