Is there a way to handle frequently updated documents

As in elasticsearch on every write and delete operation index are updated.
So elastic search is not good for frequently updated data.
So is there a way elasticsearch can speed up search of these kind on data using or DB as data source or drivers ?
Thanks