FacetOptions
Properties
| Name |
Type |
Description |
Notes |
| prefetch_multiplier |
Option<i32> |
Multiplier on query.limit setting the per-arm candidate window for facet computation. The window is floored to at least 50 candidates. Larger multipliers yield more accurate distributions at higher cost (1 to 10). |
[optional][default to 2] |
| max_values |
Option<i32> |
Maximum distinct values returned per facet field, kept as the top-N by count (1 to 100). |
[optional][default to 10] |
[Back to Model list] [Back to API list] [Back to README]