Skip to content

Commit da8c4a6

Browse files
faceting settings: add note to faceting guide
1 parent 4c6a5f9 commit da8c4a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

learn/advanced/filtering_and_faceted_search.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,10 @@ Using the `facetsDistribution` search parameter adds two new keys to the returne
316316
`exhaustiveFacetsCount` is not currently implemented in and will always return `false`.
317317
:::
318318

319+
::: note
320+
By default, `facetDistribution` returns a maximum of 100 facet values for each faceted field. You can change this value using the `maxValuesPerFacet` property of the [`faceting` index settings](/reference/api/faceting.md).
321+
:::
322+
319323
##### Example
320324

321325
You can write a search query that gives you the distribution of `batman` movies per genre:

0 commit comments

Comments
 (0)