public class DiversifiedAggregationBuilder extends ValuesSourceAggregationBuilder<ValuesSource,DiversifiedAggregationBuilder>
ValuesSourceAggregationBuilder.LeafOnly<VS extends ValuesSource,AB extends ValuesSourceAggregationBuilder<VS,AB>>AggregationBuilder.CommonFieldsWriteable.Reader<V>, Writeable.Writer<V>ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_DOCS_PER_VALUE_DEFAULT |
static java.lang.String |
NAME |
configmetaDatafactoriesBuilder, nameEMPTY_PARAMS| Constructor and Description |
|---|
DiversifiedAggregationBuilder(StreamInput in)
Read from a stream.
|
DiversifiedAggregationBuilder(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
protected XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
java.lang.String |
executionHint()
Get the execution hint.
|
DiversifiedAggregationBuilder |
executionHint(java.lang.String executionHint)
Set the execution hint.
|
java.lang.String |
getType()
The name of the type of aggregation built by this builder.
|
protected ValuesSourceAggregatorFactory<ValuesSource,?> |
innerBuild(SearchContext context,
ValuesSourceConfig<ValuesSource> config,
AggregatorFactory<?> parent,
AggregatorFactories.Builder subFactoriesBuilder) |
protected boolean |
innerEquals(java.lang.Object obj) |
protected int |
innerHashCode() |
protected void |
innerWriteTo(StreamOutput out)
Write subclass's state to the stream.
|
int |
maxDocsPerValue()
Get the max num docs to be returned per value.
|
DiversifiedAggregationBuilder |
maxDocsPerValue(int maxDocsPerValue)
Set the max num docs to be returned per value.
|
static AggregationBuilder |
parse(java.lang.String aggregationName,
QueryParseContext context) |
int |
shardSize()
Get the max num docs to be returned from each shard.
|
DiversifiedAggregationBuilder |
shardSize(int shardSize)
Set the max num docs to be returned from each shard.
|
doBuild, doEquals, doHashCode, doWriteTo, field, field, format, format, internalXContent, missing, missing, resolveConfig, script, script, serializeTargetValueType, timeZone, timeZone, valueType, valueTypebuild, equals, getWriteableName, hashCode, setMetaData, subAggregation, subAggregation, subAggregations, toXContent, writeTogetNamebuildAsBytes, buildAsBytes, toString, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisFragmentpublic static final java.lang.String NAME
public static final int MAX_DOCS_PER_VALUE_DEFAULT
public DiversifiedAggregationBuilder(java.lang.String name)
public DiversifiedAggregationBuilder(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic static AggregationBuilder parse(java.lang.String aggregationName, QueryParseContext context) throws java.io.IOException
java.io.IOExceptionprotected void innerWriteTo(StreamOutput out) throws java.io.IOException
ValuesSourceAggregationBuilderinnerWriteTo in class ValuesSourceAggregationBuilder<ValuesSource,DiversifiedAggregationBuilder>java.io.IOExceptionpublic DiversifiedAggregationBuilder shardSize(int shardSize)
public int shardSize()
public DiversifiedAggregationBuilder maxDocsPerValue(int maxDocsPerValue)
public int maxDocsPerValue()
public DiversifiedAggregationBuilder executionHint(java.lang.String executionHint)
public java.lang.String executionHint()
protected ValuesSourceAggregatorFactory<ValuesSource,?> innerBuild(SearchContext context, ValuesSourceConfig<ValuesSource> config, AggregatorFactory<?> parent, AggregatorFactories.Builder subFactoriesBuilder) throws java.io.IOException
innerBuild in class ValuesSourceAggregationBuilder<ValuesSource,DiversifiedAggregationBuilder>java.io.IOExceptionprotected XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContentBody in class ValuesSourceAggregationBuilder<ValuesSource,DiversifiedAggregationBuilder>java.io.IOExceptionprotected int innerHashCode()
innerHashCode in class ValuesSourceAggregationBuilder<ValuesSource,DiversifiedAggregationBuilder>protected boolean innerEquals(java.lang.Object obj)
innerEquals in class ValuesSourceAggregationBuilder<ValuesSource,DiversifiedAggregationBuilder>public java.lang.String getType()
BaseAggregationBuilder