-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
NEST/Elasticsearch.Net version: 5.5.0
Elasticsearch version: 5.5.0
Description of the problem including expected versus actual behavior:
Elasticsearch server using Azure Repositories.
Expected: Executing client.GetRepository() should return all repositories on the server.
Actual: clientGetRepository() is returning:
Cannot create an instance of Nest.AzureRepository because it has no constructor taking 1 arguments
Steps to reproduce:
- Create an azure repository
- Create a
GetRepositoryRequestwith the repository name as parameter - Execute
client.GetRepository()
Provide ConnectionSettings (if relevant):
Provide DebugInformation (if relevant):
StackTrace:
at Elasticsearch.Net.Transport`1.Request[TReturn](HttpMethod method, String path, PostData`1 data, IRequestParameters requestParameters)
at Elasticsearch.Net.ElasticLowLevelClient.DoRequest[T](HttpMethod method, String path, PostData`1 data, IRequestParameters requestParameters)
at Elasticsearch.Net.ElasticLowLevelClient.SnapshotGetRepository[T](String repository, Func`2 requestParameters)
at Nest.LowLevelDispatch.SnapshotGetRepositoryDispatch[T](IRequest`1 p)
at Nest.ElasticClient.<GetRepository>b__446_0(IGetRepositoryRequest p, PostData`1 d)
at Nest.ElasticClient.Nest.IHighLevelToLowLevelDispatcher.Dispatch[TRequest,TQueryString,TResponse](TRequest request, Func`3 responseGenerator, Func`3 dispatch)
at Nest.ElasticClient.Nest.IHighLevelToLowLevelDispatcher.Dispatch[TRequest,TQueryString,TResponse](TRequest request, Func`3 dispatch)
at Nest.ElasticClient.GetRepository(IGetRepositoryRequest request)
Describe the feature:
yatiac and iekumdario
Metadata
Metadata
Assignees
Labels
No labels