public static class FieldStats.Long extends FieldStats<Long>
FieldStats.Date, FieldStats.Double, FieldStats.Float, FieldStats.Long, FieldStats.Text
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
maxValue, minValue
EMPTY_PARAMS
Modifier | Constructor and Description |
---|---|
|
Long() |
protected |
Long(int type,
long maxDoc,
long docCount,
long sumDocFreq,
long sumTotalTermFreq,
long minValue,
long maxValue) |
|
Long(long maxDoc,
long docCount,
long sumDocFreq,
long sumTotalTermFreq,
long minValue,
long 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 Long()
public Long(long maxDoc, long docCount, long sumDocFreq, long sumTotalTermFreq, long minValue, long maxValue)
protected Long(int type, long maxDoc, long docCount, long sumDocFreq, long sumTotalTermFreq, long minValue, long maxValue)
public String getMinValue()
getMinValue
in class FieldStats<Long>
public String getMaxValue()
getMaxValue
in class FieldStats<Long>
public void append(FieldStats stats)
FieldStats
append
in class FieldStats<Long>
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class FieldStats<Long>
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class FieldStats<Long>
IOException
Copyright © 2009–2016. All rights reserved.