public static final class FieldStats.Float extends FieldStats<Float>
FieldStats.Date, FieldStats.Double, FieldStats.Float, FieldStats.Long, FieldStats.TextToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsmaxValue, minValueEMPTY_PARAMS| Constructor and Description |
|---|
Float() |
Float(long maxDoc,
long docCount,
long sumDocFreq,
long sumTotalTermFreq,
float minValue,
float 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 Float()
public Float(long maxDoc,
long docCount,
long sumDocFreq,
long sumTotalTermFreq,
float minValue,
float maxValue)
public String getMinValue()
getMinValue in class FieldStats<Float>public String getMaxValue()
getMaxValue in class FieldStats<Float>public void append(FieldStats stats)
FieldStatsappend in class FieldStats<Float>public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class FieldStats<Float>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class FieldStats<Float>IOExceptionCopyright © 2009–2016. All rights reserved.