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
Hello, this may be more of a question than issue, but when we use BulkUpdateOperation, its property RetryOnConflict is of bool type, not a numeric.
When the query is sent to Elasticsearch it fails with:
Current token (VALUE_TRUE) not numeric, can not use numeric value accessors
Elastic.Clients.Elasticsearch version:
8.1.2
Elasticsearch version:
8.8.1
Hello, this may be more of a question than issue, but when we use
BulkUpdateOperation
, its propertyRetryOnConflict
is ofbool
type, not a numeric.When the query is sent to Elasticsearch it fails with:
I think
retry_on_conflict
used to be numeric on previous versions and ES documentation mentiones it as a numeric:https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-update.html#docs-update-api-query-params
https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html#bulk-update
The text was updated successfully, but these errors were encountered: