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