Values_1.GetCardinalityRequestSourceReturns the approximate count of unique values that match the query. Requires permission to access the GetCardinality action.
type nonrec t = {indexName : Values_0.IndexName.t option;The name of the index to search.
*)queryString : Values_0.QueryString.t;The search query string.
*)aggregationField : Values_0.AggregationField.t option;The field to aggregate.
*)queryVersion : Values_0.QueryVersion.t option;The query version.
*)}val make :
?indexName:??? ->
?aggregationField:??? ->
?queryVersion:??? ->
queryString:Values_0.QueryString.t ->
unit ->
t