Uses of Class
org.elasticsearch.action.admin.indices.alias.Alias
-
-
Uses of Alias in org.elasticsearch.action.admin.indices.alias
Methods in org.elasticsearch.action.admin.indices.alias that return Alias Modifier and Type Method Description AliasAlias. filter(String filter)Associates a filter to the aliasAliasAlias. filter(Map<String,Object> filter)Associates a filter to the aliasAliasAlias. filter(QueryBuilder filterBuilder)Associates a filter to the aliasstatic AliasAlias. fromXContent(XContentParser parser)Parses an alias and returns its parsed representationAliasAlias. indexRouting(String indexRouting)Associates an index routing value to the aliasAliasAlias. routing(String routing)Associates a routing value to the aliasAliasAlias. searchRouting(String searchRouting)Associates a search routing value to the aliasAliasAlias. writeIndex(Boolean writeIndex)Sets whether an alias is pointing to a write-index -
Uses of Alias in org.elasticsearch.action.admin.indices.create
Methods in org.elasticsearch.action.admin.indices.create that return types with arguments of type Alias Modifier and Type Method Description Set<Alias>CreateIndexClusterStateUpdateRequest. aliases()Set<Alias>CreateIndexRequest. aliases()Methods in org.elasticsearch.action.admin.indices.create with parameters of type Alias Modifier and Type Method Description CreateIndexRequestBuilderCreateIndexRequestBuilder. addAlias(Alias alias)Adds an alias that will be associated with the index when it gets createdCreateIndexRequestCreateIndexRequest. alias(Alias alias)Adds an alias that will be associated with the index when it gets createdMethod parameters in org.elasticsearch.action.admin.indices.create with type arguments of type Alias Modifier and Type Method Description CreateIndexClusterStateUpdateRequestCreateIndexClusterStateUpdateRequest. aliases(Set<Alias> aliases) -
Uses of Alias in org.elasticsearch.action.admin.indices.rollover
Methods in org.elasticsearch.action.admin.indices.rollover with parameters of type Alias Modifier and Type Method Description RolloverRequestBuilderRolloverRequestBuilder. alias(Alias alias) -
Uses of Alias in org.elasticsearch.action.admin.indices.template.put
Methods in org.elasticsearch.action.admin.indices.template.put that return types with arguments of type Alias Modifier and Type Method Description Set<Alias>PutIndexTemplateRequest. aliases()Methods in org.elasticsearch.action.admin.indices.template.put with parameters of type Alias Modifier and Type Method Description PutIndexTemplateRequestBuilderPutIndexTemplateRequestBuilder. addAlias(Alias alias)Adds an alias that will be added when the index template gets created.PutIndexTemplateRequestPutIndexTemplateRequest. alias(Alias alias)Adds an alias that will be added when the index gets created. -
Uses of Alias in org.elasticsearch.client.indices
Methods in org.elasticsearch.client.indices that return types with arguments of type Alias Modifier and Type Method Description Set<Alias>CreateIndexRequest. aliases()Set<Alias>PutIndexTemplateRequest. aliases()Methods in org.elasticsearch.client.indices with parameters of type Alias Modifier and Type Method Description CreateIndexRequestCreateIndexRequest. alias(Alias alias)Adds an alias that will be associated with the index when it gets createdPutIndexTemplateRequestPutIndexTemplateRequest. alias(Alias alias)Adds an alias that will be added when the index gets created.Method parameters in org.elasticsearch.client.indices with type arguments of type Alias Modifier and Type Method Description CreateIndexRequestCreateIndexRequest. aliases(Collection<Alias> aliases)Adds aliases that will be associated with the index when it gets created -
Uses of Alias in org.elasticsearch.cluster.metadata
Methods in org.elasticsearch.cluster.metadata with parameters of type Alias Modifier and Type Method Description voidAliasValidator. validateAlias(Alias alias, String index, MetaData metaData)Allows to validate anAliasand make sure it's valid before it gets added to the index metadata.voidAliasValidator. validateAliasStandalone(Alias alias)Allows to partially validate an alias, without knowing which index it'll get applied to.Method parameters in org.elasticsearch.cluster.metadata with type arguments of type Alias Modifier and Type Method Description MetaDataIndexTemplateService.PutRequestMetaDataIndexTemplateService.PutRequest. aliases(Set<Alias> aliases)
-