Annotation Interface Alias
Identifies an alias for the index.
- Since:
- 5.4
- Author:
- Youssef Aouichaoui
- 
Optional Element SummaryOptional ElementsModifier and TypeOptional ElementDescriptionbooleanboolean
- 
Element Details- 
value
- 
alias
- 
filterFilter filter- Returns:
- Query used to limit documents the alias can access.
 - Default:
- @org.springframework.data.elasticsearch.annotations.Filter
 
- 
indexRouting
- 
routingString routing- Returns:
- Used to route indexing and search operations to a specific shard.
 - Default:
- ""
 
- 
searchRouting
- 
isHiddenboolean isHidden- Returns:
- Is the alias hidden?
 - Default:
- false
 
- 
isWriteIndexboolean isWriteIndex- Returns:
- Is it the 'write index' for the alias?
 - Default:
- false
 
 
-