Class DocValueFormat.UnsignedLongShiftedDocValueFormat

java.lang.Object
org.elasticsearch.search.DocValueFormat.UnsignedLongShiftedDocValueFormat
All Implemented Interfaces:
NamedWriteable, Writeable, DocValueFormat
Enclosing interface:
DocValueFormat

public static class DocValueFormat.UnsignedLongShiftedDocValueFormat extends Object implements DocValueFormat
DocValues format for unsigned 64 bit long values, that are stored as shifted signed 64 bit long values.