You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTTP/1.1 400 Bad Request
Content-Type: application/json; charset=UTF-8
Content-Length: 86
{"error":"Failed to derive xcontent from org.elasticsearch.common.bytes.BytesArray@0"}
It might be a good idea for NEST to intercept this case and generate a better error... It also might be a breaking (since NEST doesn't throw exceptions right now)...
The text was updated successfully, but these errors were encountered:
I didn't realize that my bulk request was empty. NEST sent a completely empty request:
Request:
Response:
Code:
It might be a good idea for NEST to intercept this case and generate a better error... It also might be a breaking (since NEST doesn't throw exceptions right now)...
The text was updated successfully, but these errors were encountered: