Values.DescribeFeaturedResultsSetRequestSourceGets information about a set of featured results. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
type nonrec t = {indexId : IndexId.t;The identifier of the index used for featuring results.
*)featuredResultsSetId : FeaturedResultsSetId.t;The identifier of the set of featured results that you want to get information on.
*)}