facetingAfterDistinct property
Whether faceting should be applied after deduplication with distinct
. This leads to accurate facet counts when using faceting in combination with distinct
. It's usually better to use afterDistinct
modifiers in the attributesForFaceting
setting, as facetingAfterDistinct
only computes correct facet counts if all records have the same facet values for the attributeForDistinct
.
Implementation
@JsonKey(name: r'facetingAfterDistinct')
final bool? facetingAfterDistinct;