Method | Description | |
---|---|---|
AddAliasIndexSettingsContributor ( string aliasName ) | ||
ContributeCore ( CreateIndexDescriptor descriptor, IElasticClient client ) : void |
Method | Description | |
---|---|---|
AddAlias ( CreateAliasDescriptor descriptor ) : void | ||
CanContributeCore ( ICreateIndexRequest indexRequest, IElasticClient client ) : bool |
Method | Description | |
---|---|---|
AddAliasCore ( CreateAliasDescriptor descriptor ) : CreateAliasDescriptor |
protected AddAlias ( CreateAliasDescriptor descriptor ) : void | ||
descriptor | CreateAliasDescriptor | |
return | void |
public AddAliasIndexSettingsContributor ( string aliasName ) | ||
aliasName | string |
protected CanContributeCore ( ICreateIndexRequest indexRequest, IElasticClient client ) : bool | ||
indexRequest | ICreateIndexRequest | |
client | IElasticClient | |
return | bool |
public ContributeCore ( CreateIndexDescriptor descriptor, IElasticClient client ) : void | ||
descriptor | CreateIndexDescriptor | |
client | IElasticClient | |
return | void |