Module Values.DescribeFeaturedResultsSetRequestSource

Gets 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.

Sourcetype nonrec t = {
  1. indexId : IndexId.t;
    (*

    The identifier of the index used for featuring results.

    *)
  2. featuredResultsSetId : FeaturedResultsSetId.t;
    (*

    The identifier of the set of featured results that you want to get information on.

    *)
}
Sourceval context_ : string
Sourceval make : indexId:IndexId.t -> featuredResultsSetId:FeaturedResultsSetId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IndexId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t