facetingAfterDistinct property

  1. @JsonKey(name: r'facetingAfterDistinct')
bool? facetingAfterDistinct
final

Forces faceting to be applied after de-duplication (with the distinct feature). Alternatively, the afterDistinct modifier of attributesForFaceting allows for more granular control.

Implementation

@JsonKey(name: r'facetingAfterDistinct')
final bool? facetingAfterDistinct;