Awso_cloudsearchdomain_syncSourceval search :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudsearchdomain.Values.SearchRequest.t ->
(Awso_cloudsearchdomain.Values.SearchResponse.t,
Awso_cloudsearchdomain.Values.SearchResponse.error)
Result.tval suggest :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudsearchdomain.Values.SuggestRequest.t ->
(Awso_cloudsearchdomain.Values.SuggestResponse.t,
Awso_cloudsearchdomain.Values.SuggestResponse.error)
Result.tval upload_documents :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_cloudsearchdomain.Values.UploadDocumentsRequest.t ->
(Awso_cloudsearchdomain.Values.UploadDocumentsResponse.t,
Awso_cloudsearchdomain.Values.UploadDocumentsResponse.error)
Result.tinclude module type of struct include Awso_cloudsearchdomain.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]A container for facet information.
An autocomplete suggestion that matches the query string specified in a SuggestRequest.
Information about a document that matches the search request.
A warning returned by the document service when an issue is discovered while processing an upload request.
A container for the calculated facet values and counts.
The statistics for a field calculated in the request.
Information about any problems encountered while processing an upload request.
Information about any problems encountered while processing a search request.
Container for the suggestion information returned in a SuggestResponse.
Contains the resource id (rid) and the time it took to process the request (timems).
The collection of documents that match the search request.
Contains the resource id (rid) and the time it took to process the request (timems).
Contains the response to an UploadDocuments request.
Container for the parameters to the UploadDocuments request.
Contains the response to a Suggest request.
Container for the parameters to the Suggest request.
The result of a Search request. Contains the documents that match the specified search criteria and any requested fields, highlights, and facet information.
Container for the parameters to the Search request.