Annotation Interface MappingAlias


@Retention(RUNTIME) @Target(FIELD) @Documented @Inherited public @interface MappingAlias
Defines a field alias in the index mapping.
Since:
5.3
Author:
Peter-Josef Meisch
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    the name of the alias.
    the path of the alias.
  • Element Details

    • name

      String name
      the name of the alias.
    • path

      String path
      the path of the alias.