public static final class FieldStats.Double extends FieldStats<Double>
FieldStats.Date, FieldStats.Double, FieldStats.Float, FieldStats.Long, FieldStats.TextToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsmaxValue, minValueEMPTY_PARAMS| Constructor and Description |
|---|
Double() |
Double(long maxDoc,
long docCount,
long sumDocFreq,
long sumTotalTermFreq,
double minValue,
double maxValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
append(FieldStats stats)
Merges the provided stats into this stats instance.
|
String |
getMaxValue() |
String |
getMinValue() |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
getDensity, getDocCount, getMaxDoc, getSumDocFreq, getSumTotalTermFreq, read, toInnerXContent, toXContentpublic Double()
public Double(long maxDoc,
long docCount,
long sumDocFreq,
long sumTotalTermFreq,
double minValue,
double maxValue)
public String getMinValue()
getMinValue in class FieldStats<Double>public String getMaxValue()
getMaxValue in class FieldStats<Double>public void append(FieldStats stats)
FieldStatsappend in class FieldStats<Double>public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class FieldStats<Double>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class FieldStats<Double>IOExceptionCopyright © 2009–2016. All rights reserved.