Class DelegateDocValuesField

java.lang.Object
org.elasticsearch.script.field.AbstractScriptFieldFactory<Object>
org.elasticsearch.script.field.DelegateDocValuesField
All Implemented Interfaces:
Iterable<Object>, DocValuesScriptFieldFactory, Field<Object>, ScriptFieldFactory

public class DelegateDocValuesField extends AbstractScriptFieldFactory<Object> implements Field<Object>, DocValuesScriptFieldFactory
A default Field to provide ScriptDocValues for fields that are not supported by the script fields api.