Skip to content

Incorrect Update API Path #2276

Closed
Closed
@tenaciousprevailer

Description

@tenaciousprevailer

Spring Boot Version: 2.7.3 (Issue exists in 2.7.2, tried in that)
Elasticsearch Server Version: 8.1.2
The update path that spring data elastic search uses is:
POST /index/_doc/{docId}/_update
which gives error: no handler found for uri

Instead the path should be:
POST /index/_update/{docId}

Please fix this. I've to do a lot of workarounds to fix it.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions