Class StringStatsAggregationBuilder

All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentFragment, BaseAggregationBuilder

public class StringStatsAggregationBuilder
extends ValuesSourceAggregationBuilder<StringStatsAggregationBuilder>
Builds the string_stats aggregation request.

NOTE: This extends AbstractAggregationBuilder for compatibility with SearchSourceBuilder.aggregation(AggregationBuilder) but it doesn't support any "server" side things like Writeable.writeTo(StreamOutput), AggregationBuilder.rewrite(QueryRewriteContext), or AbstractAggregationBuilder.build(QueryShardContext, AggregatorFactory).