Class KeywordScriptFieldType

org.elasticsearch.index.mapper.MappedFieldType
org.elasticsearch.index.mapper.KeywordScriptFieldType
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment, RuntimeField

public final class KeywordScriptFieldType extends MappedFieldType
  • Field Details

  • Constructor Details

    • KeywordScriptFieldType

      public KeywordScriptFieldType( name)
    • KeywordScriptFieldType

      public KeywordScriptFieldType( name, StringFieldScript.Factory scriptFactory, Script script, <,​> meta, org.elasticsearch.common.xcontent.ToXContent toXContent)
  • Method Details