Class AbstractScriptFieldFactory<T>

java.lang.Object
org.elasticsearch.script.field.AbstractScriptFieldFactory<T>
All Implemented Interfaces:
Iterable<T>, Field<T>, ScriptFieldFactory
Direct Known Subclasses:
AbstractKeywordDocValuesField, AbstractLongDocValuesField, BinaryDocValuesField, BooleanDocValuesField, ByteDocValuesField, DateMillisDocValuesField, DateNanosDocValuesField, DelegateDocValuesField, DoubleDocValuesField, FloatDocValuesField, GeoPointDocValuesField, HalfFloatDocValuesField, IntegerDocValuesField, IpDocValuesField, ScaledFloatDocValuesField, ShortDocValuesField

public abstract class AbstractScriptFieldFactory<T> extends Object implements Field<T>, ScriptFieldFactory
This class is acting as a placeholder where a Field is its own ScriptFieldFactory as we continue to refactor each Field for source fallback.
  • Constructor Details

    • AbstractScriptFieldFactory

      public AbstractScriptFieldFactory()
  • Method Details