public class PercentilesAggregationBuilder extends ValuesSourceAggregationBuilder.LeafOnly<ValuesSource.Numeric,PercentilesAggregationBuilder>
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 ParseField |
COMPRESSION_FIELD |
static double[] |
DEFAULT_PERCENTS |
static ParseField |
KEYED_FIELD |
static ParseField |
METHOD_FIELD |
static java.lang.String |
NAME |
static ParseField |
NUMBER_SIGNIFICANT_DIGITS_FIELD |
static ParseField |
PERCENTS_FIELD |
configmetaDatafactoriesBuilder, nameEMPTY_PARAMS| Constructor and Description |
|---|
PercentilesAggregationBuilder(StreamInput in)
Read from a stream.
|
PercentilesAggregationBuilder(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
double |
compression()
Expert: get the compression.
|
PercentilesAggregationBuilder |
compression(double compression)
Expert: set the compression.
|
protected XContentBuilder |
doXContentBody(XContentBuilder builder,
ToXContent.Params params) |
java.lang.String |
getType()
The name of the type of aggregation built by this builder.
|
protected ValuesSourceAggregatorFactory<ValuesSource.Numeric,?> |
innerBuild(SearchContext context,
ValuesSourceConfig<ValuesSource.Numeric> 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.
|
boolean |
keyed()
Get whether the XContent response should be keyed
|
PercentilesAggregationBuilder |
keyed(boolean keyed)
Set whether the XContent response should be keyed
|
PercentilesMethod |
method() |
PercentilesAggregationBuilder |
method(PercentilesMethod method) |
int |
numberOfSignificantValueDigits()
Expert: get the number of significant digits in the values.
|
PercentilesAggregationBuilder |
numberOfSignificantValueDigits(int numberOfSignificantValueDigits)
Expert: set the number of significant digits in the values.
|
static AggregationBuilder |
parse(java.lang.String aggregationName,
XContentParser parser) |
double[] |
percentiles()
Get the values to compute percentiles from.
|
PercentilesAggregationBuilder |
percentiles(double... percents)
Set the values to compute percentiles from.
|
subAggregationsdoBuild, doEquals, doHashCode, doWriteTo, field, field, format, format, internalXContent, missing, missing, resolveConfig, script, script, serializeTargetValueType, timeZone, timeZone, valueType, valueTypebuild, equals, getMetaData, getWriteableName, hashCode, setMetaData, subAggregation, subAggregation, toXContent, writeTodoRewrite, getName, getPipelineAggregations, getSubAggregations, rewrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisFragmentpublic static final java.lang.String NAME
public static final double[] DEFAULT_PERCENTS
public static final ParseField PERCENTS_FIELD
public static final ParseField KEYED_FIELD
public static final ParseField METHOD_FIELD
public static final ParseField COMPRESSION_FIELD
public static final ParseField NUMBER_SIGNIFICANT_DIGITS_FIELD
public PercentilesAggregationBuilder(java.lang.String name)
public PercentilesAggregationBuilder(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic static AggregationBuilder parse(java.lang.String aggregationName, XContentParser parser) throws java.io.IOException
java.io.IOExceptionprotected void innerWriteTo(StreamOutput out) throws java.io.IOException
ValuesSourceAggregationBuilderinnerWriteTo in class ValuesSourceAggregationBuilder<ValuesSource.Numeric,PercentilesAggregationBuilder>java.io.IOExceptionpublic PercentilesAggregationBuilder percentiles(double... percents)
public double[] percentiles()
public PercentilesAggregationBuilder keyed(boolean keyed)
public boolean keyed()
public PercentilesAggregationBuilder numberOfSignificantValueDigits(int numberOfSignificantValueDigits)
PercentilesMethod.HDR.public int numberOfSignificantValueDigits()
PercentilesMethod.HDR.public PercentilesAggregationBuilder compression(double compression)
PercentilesMethod.TDIGEST.public double compression()
PercentilesMethod.TDIGEST.public PercentilesAggregationBuilder method(PercentilesMethod method)
public PercentilesMethod method()
protected ValuesSourceAggregatorFactory<ValuesSource.Numeric,?> innerBuild(SearchContext context, ValuesSourceConfig<ValuesSource.Numeric> config, AggregatorFactory<?> parent, AggregatorFactories.Builder subFactoriesBuilder) throws java.io.IOException
innerBuild in class ValuesSourceAggregationBuilder<ValuesSource.Numeric,PercentilesAggregationBuilder>java.io.IOExceptionprotected XContentBuilder doXContentBody(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
doXContentBody in class ValuesSourceAggregationBuilder<ValuesSource.Numeric,PercentilesAggregationBuilder>java.io.IOExceptionprotected boolean innerEquals(java.lang.Object obj)
innerEquals in class ValuesSourceAggregationBuilder<ValuesSource.Numeric,PercentilesAggregationBuilder>protected int innerHashCode()
innerHashCode in class ValuesSourceAggregationBuilder<ValuesSource.Numeric,PercentilesAggregationBuilder>public java.lang.String getType()
BaseAggregationBuilder