Class AbstractLongDocValuesField

java.lang.Object
org.elasticsearch.script.field.AbstractScriptFieldFactory<Long>
org.elasticsearch.script.field.AbstractLongDocValuesField
All Implemented Interfaces:
Iterable<Long>, ScriptDocValues.Supplier<Long>, DocValuesScriptFieldFactory, Field<Long>, ScriptFieldFactory
Direct Known Subclasses:
LongDocValuesField, SeqNoDocValuesField, VersionDocValuesField

public abstract class AbstractLongDocValuesField extends AbstractScriptFieldFactory<Long> implements Field<Long>, DocValuesScriptFieldFactory, ScriptDocValues.Supplier<Long>