TrendingFacetsQuery constructor
const
TrendingFacetsQuery({
- required String indexName,
- required double threshold,
- int? maxRecommendations,
- required String facetName,
- required TrendingFacetsModel model,
Returns a new TrendingFacetsQuery instance.
Implementation
const TrendingFacetsQuery({
required this.indexName,
required this.threshold,
this.maxRecommendations,
required this.facetName,
required this.model,
});