toptal / chewy

High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client
MIT License
1.88k stars 366 forks source link

I have a question regarding elasticsearch-ruby gem #895

Open Bhumika2015 opened 11 months ago

Bhumika2015 commented 11 months ago

Hey! I hope you are doing well.

Need to ask a question:- Can we update a single column of an index simultaneously. is it possible with chewy gem or not as we are facing this issue with 'elasticsearch-ruby' gem.

I'm getting this error:-

"error": "[409] {"error":{"root_cause":[{"type":"version_conflict_engine_exception","reason":"[2568]: version conflict, required seqNo [105769], primary term [1]. current document has seqNo [105774] and primary term [1]","index_uuid":"ZrDtgX8oQ4CP8hiIN8gIjQ","shard":"0","index":"users"}],"type":"version_conflict_engine_exception","reason":"[2568]: version conflict, required seqNo [105769], primary term [1]. current document has seqNo [105774] and primary term [1]","index_uuid":"ZrDtgX8oQ4CP8hiIN8gIjQ","shard":"0","index":"users"},"status":409}"

Thanks