All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.data.elasticsearch.annotations.ScriptedField Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package org.springframework.data.elasticsearch.annotations;

import java.lang.annotation.*;

/**
 * @author Ryan Murfitt
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
public @interface ScriptedField {

    /**
     * (Optional) The name of the scripted field. Defaults to
     * the field name.
     */
    String name() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy