Uses of Class
org.springframework.data.elasticsearch.core.mapping.Alias.Builder
Packages that use Alias.Builder
-
Uses of Alias.Builder in org.springframework.data.elasticsearch.core.mapping
Methods in org.springframework.data.elasticsearch.core.mapping that return Alias.BuilderModifier and TypeMethodDescriptionstatic Alias.BuilderAlias.Builder.withFilter(@Nullable Query filter) Query used to limit documents the alias can access.Alias.Builder.withHidden(@Nullable Boolean hidden) The alias is hidden?Alias.Builder.withIndexRouting(@Nullable String indexRouting) Used to route indexing operations to a specific shard.Alias.Builder.withRouting(@Nullable String routing) Used to route indexing and search operations to a specific shard.Alias.Builder.withSearchRouting(@Nullable String searchRouting) Used to route search operations to a specific shard.Alias.Builder.withWriteIndex(@Nullable Boolean writeIndex) The index is the 'write index' for the alias?