Interface ScriptFieldFactory

All Known Subinterfaces:
DocValuesScriptFieldFactory
All Known Implementing Classes:
AbstractKeywordDocValuesField, AbstractLongDocValuesField, AbstractScriptFieldFactory, BinaryDocValuesField, BooleanDocValuesField, ByteDocValuesField, DateMillisDocValuesField, DateNanosDocValuesField, DelegateDocValuesField, DoubleDocValuesField, FlattenedDocValuesField, FloatDocValuesField, GeoPointDocValuesField, HalfFloatDocValuesField, IntegerDocValuesField, IpDocValuesField, KeywordDocValuesField, LongDocValuesField, ScaledFloatDocValuesField, SeqNoDocValuesField, ShortDocValuesField, VersionDocValuesField

public interface ScriptFieldFactory
This interface is used to mark classes that create and possibly cache a specifically-named Field for a script.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • toScriptField

      Field<?> toScriptField()