-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.21.0
-
Fix Version/s: 2.21.0
-
Component/s: camel-elasticsearch5
-
Labels:None
-
Estimated Complexity:Novice
Minor mistake in the new elasticsearch5-rest dokumentation.
- The operation names is wrong and should reflect the names in the ElasticsearchOperation
- The maven pom.xml example pointing to the wrong artifact
A few of the operation type is returning a incorrect Type from body
- Update should return an Object from the body instead of Map and pas it into the ElasticsearchActionRequestConverter.toUpdateRequest
- Bulk should return an Object and pas it into the ElasticsearchActionRequestConverter.toBulkRequest
- links to