Skip to content

Count gives "Could not parse server exception" #898

@tonywiredin

Description

@tonywiredin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions