Values.DocumentRelevanceConfigurationSourceOverrides the document relevance properties of a custom index field.
type nonrec t = {name : DocumentMetadataConfigurationName.t;The name of the index field.
*)relevance : Relevance.t;Provides information for tuning the relevance of a field in a search. When a query includes terms that match the field, the results are given a boost in the response based on these tuning parameters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of DocumentMetadataConfigurationName.t
| `Structure of
(string
* [> `Boolean of DocumentMetadataBoolean.t
| `Enum of string
| `Integer of Importance.t
| `Map of
([> `String of ValueImportanceMapKey.t ]
* [> `Integer of Importance.t ])
list
| `String of Duration.t ])
list ])
list ]