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
MappingAlias
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Required Element Summary
Element Details
name
path
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
String
name
the name of the alias.
String
path
the path of the alias.
Element Details
name
String
name
the name of the alias.
path
String
path
the path of the alias.