As we know, elasticsearch doesn't support transactions, but Lucene supports transactional ACID properties. Is there a way to use Lucene transactions over elasticsearch ?
if not possible, Is there any non standard way to implement transactions in elasticsearch ?