JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Elasticsearch
org.springframework.data.elasticsearch.annotations
ScriptedField
Contents
Description
Optional Element Summary
Element Details
name
Hide sidebar
Show sidebar
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
String
name
(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:
""