Uses of Class
org.elasticsearch.client.enrich.StatsRequest
-
Packages that use StatsRequest Package Description org.elasticsearch.client -
-
Uses of StatsRequest in org.elasticsearch.client
Methods in org.elasticsearch.client with parameters of type StatsRequest Modifier and Type Method Description StatsResponseEnrichClient. stats(StatsRequest request, RequestOptions options)Executes the enrich stats api, which retrieves enrich related stats.CancellableEnrichClient. statsAsync(StatsRequest request, RequestOptions options, ActionListener<StatsResponse> listener)Asynchronously executes the enrich stats api, which retrieves enrich related stats.
-