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(Query filter) Query used to limit documents the alias can access.Alias.Builder.withHidden(Boolean hidden) The alias is hidden?Alias.Builder.withIndexRouting(String indexRouting) Used to route indexing operations to a specific shard.Alias.Builder.withRouting(String routing) Used to route indexing and search operations to a specific shard.Alias.Builder.withSearchRouting(String searchRouting) Used to route search operations to a specific shard.Alias.Builder.withWriteIndex(Boolean writeIndex) The index is the 'write index' for the alias?