Annotation Interface ScriptedField


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface ScriptedField
Marks a property to be populated with the result of a scripted field retrieved from an Elasticsearch response.
Author:
Ryan Murfitt
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    (Optional) The name of the scripted field.
  • Element Details

    • name

      String name
      (Optional) The name of the scripted field. Defaults to the field name.
      Default:
      ""