JavaScript is disabled on your browser.
Skip navigation links
Spring Data Elasticsearch
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.elasticsearch.annotations
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.