-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hi
Using NEST 1.0 and Elastisearch 1.3.2, using count is not working.
The request URL is correct (e.g. http://localhost:9200/_count) but no matter what I try and count, the outcome is always the same:
Elasticsearch.Net.IResponseWithRequestInformation.RequestInformation {StatusCode: 400,
Method: POST,
Url: http://localhost:9200/_count,
Request: {},
Response:
ExceptionMessage: Could not parse server exception
StackTrace: } Elasticsearch.Net.IElasticsearchResponse {Elasticsearch.Net.ElasticsearchResponse<Nest.CountResponse>}
I'm extremely new to elasticsearch and NEST (as in, today's my first day) so I'm sure I'm making a newbie mistake
Thanks
Metadata
Metadata
Assignees
Labels
No labels