Class LeafLongFieldData

java.lang.Object
org.elasticsearch.index.fielddata.plain.LeafLongFieldData
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, org.apache.lucene.util.Accountable, Releasable, LeafFieldData, LeafNumericFieldData
Direct Known Subclasses:
SortedNumericIndexFieldData.NanoSecondFieldData

public abstract class LeafLongFieldData
extends java.lang.Object
implements LeafNumericFieldData
Specialization of LeafNumericFieldData for integers.