maxValuesPerFacet property

int? maxValuesPerFacet
final

Define maximum number of value returned for a facet for a search query. 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.

Implementation

final int? maxValuesPerFacet;