-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
NEST/Elasticsearch.Net version:
2.4.2
Elasticsearch version:
2.3.5
Description of the problem including expected versus actual behavior:
This overload is ignoring the alias name parameter.
IGetAliasesResponse GetAlias(Func<GetAliasDescriptor, IGetAliasRequest> selector = null)
Was working before in 1.7.2.
I'm getting /_alias in url while it should be /_alias/somealiasname
This overload, IGetAliasesResponse GetAlias(IGetAliasRequest request)
, works as expected.
Steps to reproduce:
elasticClient.GetAlias(x => x.Alias("testalias"));
- Look at request url (I sniffed requests using Fiddler). Will be /_alias instead of /_alias/testalias
Provide ConnectionSettings
(if relevant):
Provide DebugInformation
(if relevant):
Metadata
Metadata
Assignees
Labels
No labels