SearchResponse constructor
SearchResponse({
- Map<
String, BucketInfo> ? facets, - Hits? hits,
- Map<
String, FieldStats> ? stats, - SearchStatus? status,
Implementation
SearchResponse({
this.facets,
this.hits,
this.stats,
this.status,
});