Module Values.ExactResponseFieldsSource

Contains the names of the fields used for an exact response to the user.

Sourcetype nonrec t = {
  1. questionField : QuestionField.t;
    (*

    The name of the field that contains the query made to the OpenSearch Service database.

    *)
  2. answerField : AnswerField.t;
    (*

    The name of the field that contains the answer to the query made to the OpenSearch Service database.

    *)
}
Sourceval context_ : string
Sourceval make : questionField:QuestionField.t -> answerField:AnswerField.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of QuestionField.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