public static final class FieldStats.Float extends FieldStats<Float>
FieldStats.Date, FieldStats.Double, FieldStats.Float, FieldStats.Long, FieldStats.Text
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
maxValue, minValue
EMPTY_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, toXContent
public 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)
FieldStats
append
in class FieldStats<Float>
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class FieldStats<Float>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class FieldStats<Float>
IOException
Copyright © 2009–2016. All rights reserved.