You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: text/157-faceting-setting-api.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,15 +24,15 @@ This settings will host the parameters to configure the faceting behavior for an
24
24
- Required: False
25
25
- Default: `100`
26
26
27
-
Define maximum number of value returned for a distributed facet.
27
+
Define maximum number of value returned for all distributed facets.
28
28
29
-
e.g. It means that with the default value of `100`, it is not possible to have `101` colors if the color field is defined as a facet at search time.
29
+
e.g. It means that with the default value of `100`, it is not possible to have `101`different colors if the `color` field is defined as a facet at search time.
30
30
31
31
The value of 100 ensures good performance and prevents malicious users from scraping data from a Meilisearch instance.
32
32
33
33
Increasing this value can degrade performance as well as expose the data of an instance to scrapping.
34
34
35
-
The facets that are returned are not specified, they are not sorted in a particular way.
35
+
The facets that are returned are sorted in ascending lexicographical order.
0 commit comments