facets property

  1. @protected
Map<String, _ElasticQueryFacet>? facets
inherited

Facets are objects which provide the counts of each value or range of values for a field. See https://www.elastic.co/guide/en/app-search/current/facets.html

Implementation

@protected
Map<String, _ElasticQueryFacet>? get facets =>
    throw _privateConstructorUsedError;