Questions tagged [version-conflict-engine-exception]

5 questions
1
vote
0 answers

Can't determine type for tag "?attr/shapeAppearanceCornerSmall" errors

I am in trouble having my android project. I have migrated my project into androidx. Then I faced much more errors. Some have been solved and some are still now. Now I face the following errors... Error: Can't determine type for tag '
1
vote
0 answers

ElasticSearch version conflict exception when deleting by query

I'm using ElasticSearch in my Laravel app and recently I've implemented the option to allow for deletion of documents from the Elastic Search index. The problem is that I keep getting the version_conflict_engine_exception error. My code looks like…
Cosmin
  • 864
  • 3
  • 16
  • 34
1
vote
1 answer

version_conflict_engine_exception with _update_by_query

I use ElasticSearch update by query API in flink, flink parallelism is 1. But I got version_conflict_engine_exception, This is my code in flink RichSinkFunction like this: UpdateByQueryRequestBuilder builder =…
0
votes
1 answer

Getting version_conflict_eng (409) while updating in the existing Index

I am trying to update some data in an AWS Elastic Search Index, I am trying to update using this method: https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/updating_documents.html Update Method: $params = [ 'index' =>…
0
votes
1 answer

How do I prevent a version conflict when reindexing/adding the same document back into the Solr core?

I have a Solr core containing 60k documents. I have updated the field types in the schema.xml and I do not want to delete the Solr core for reindexing. I am trying to retrieve the documents with a Solr search and then try to add that same document…
blah
  • 674
  • 3
  • 17