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
Hi,
I'm try to create a new document with ElasticsearchClient with IndexRequest and receive 'co.elastic.clients.util.MissingRequiredPropertyException: Missing required property 'IndexResponse.primaryTerm', if I call the API of ES from postman work it.
I try to set ApiTypeHelper.DANGEROUS_disableRequiredPropertiesCheck(true); but not work.
The text was updated successfully, but these errors were encountered:
Java API client version
8.5.3
Java version
17
Elasticsearch Version
8.9
Problem description
Hi,
I'm try to create a new document with ElasticsearchClient with IndexRequest and receive
'co.elastic.clients.util.MissingRequiredPropertyException: Missing required property 'IndexResponse.primaryTerm'
, if I call the API of ES from postman work it.I try to set
ApiTypeHelper.DANGEROUS_disableRequiredPropertiesCheck(true);
but not work.The text was updated successfully, but these errors were encountered: