Class AbstractKeywordDocValuesField

java.lang.Object
org.elasticsearch.script.field.AbstractScriptFieldFactory<String>
org.elasticsearch.script.field.AbstractKeywordDocValuesField
All Implemented Interfaces:
Iterable<String>, ScriptDocValues.Supplier<String>, DocValuesScriptFieldFactory, Field<String>, ScriptFieldFactory
Direct Known Subclasses:
FlattenedDocValuesField, KeywordDocValuesField

public class AbstractKeywordDocValuesField extends AbstractScriptFieldFactory<String> implements Field<String>, DocValuesScriptFieldFactory, ScriptDocValues.Supplier<String>