disjunctiveFacets property

  1. @JsonKey(ignore: true)
List<String>? disjunctiveFacets
inherited

Disjunctive facets are useful when you have many filters in your form, and especially when you filter your query with a value that corresponds to a facet: if a disjunctive facet is set, it will return all the available facets as if that filter was not applied. This is not a native part of Elastic App Search, this is a workaround. In fact, multiple queries are passed to Elastic and the package concatenates all responses in one response.

Implementation

@JsonKey(ignore: true)
List<String>? get disjunctiveFacets => throw _privateConstructorUsedError;