public static final class FieldStats.Date extends FieldStats.Long
FieldStats.Date, FieldStats.Double, FieldStats.Float, FieldStats.Long, FieldStats.TextToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsmaxValue, minValueEMPTY_PARAMS| コンストラクタと説明 |
|---|
Date() |
Date(long maxDoc,
long docCount,
long sumDocFreq,
long sumTotalTermFreq,
long minValue,
long maxValue,
FormatDateTimeFormatter dateFormatter) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getMaxValueAsString() |
String |
getMinValueAsString() |
void |
readFrom(StreamInput in) |
protected Long |
valueOf(String value,
String optionalFormat) |
void |
writeTo(StreamOutput out) |
appendgetDensity, getDocCount, getMaxDoc, getMaxValue, getMinValue, getSumDocFreq, getSumTotalTermFreq, match, read, toInnerXContent, toXContentpublic Date()
public Date(long maxDoc,
long docCount,
long sumDocFreq,
long sumTotalTermFreq,
long minValue,
long maxValue,
FormatDateTimeFormatter dateFormatter)
public String getMinValueAsString()
getMinValueAsString クラス内 FieldStats.Longpublic String getMaxValueAsString()
getMaxValueAsString クラス内 FieldStats.Longprotected Long valueOf(String value, String optionalFormat)
valueOf クラス内 FieldStats.Longvalue - 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 インタフェース内 StreamablereadFrom クラス内 FieldStats.LongIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo インタフェース内 StreamablewriteTo クラス内 FieldStats.LongIOExceptionCopyright © 2009–2016. All rights reserved.