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 |
|---|
FieldStats.Float() |
FieldStats.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 |
getMaxValueAsString() |
String |
getMinValueAsString() |
void |
readFrom(StreamInput in) |
protected Float |
valueOf(String value,
String optionalFormat) |
void |
writeTo(StreamOutput out) |
getDensity, getDocCount, getMaxDoc, getMaxValue, getMinValue, getSumDocFreq, getSumTotalTermFreq, match, read, toInnerXContent, toXContentpublic FieldStats.Float()
public FieldStats.Float(long maxDoc,
long docCount,
long sumDocFreq,
long sumTotalTermFreq,
float minValue,
float maxValue)
public String getMinValueAsString()
getMinValueAsString in class FieldStats<Float>public String getMaxValueAsString()
getMaxValueAsString in class FieldStats<Float>public void append(FieldStats stats)
FieldStatsappend in class FieldStats<Float>protected Float valueOf(String value, String optionalFormat)
valueOf in class FieldStats<Float>value - The string to be parsedoptionalFormat - A string describing how to parse the specified value. Whether this parameter is supported
depends on the implementation. If optionalFormat is specified and the implementation
doesn't support it an UnsupportedOperationException is thrownpublic 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–2017. All rights reserved.