facetingAfterDistinct property
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;