Elasticsearch Index writes is really do flush() or synch() at OS level

Hi

Can you please let me whether Elasticsearch Index writes is really do flush() or synch() at OS level

It is true for the transaction log.

Hi,

Can you please elaborate your answer, whether index writer is really do flush() or synch() at OS level.

is it pure flush? happens at the time of index writer ..

I meant fsync.

Thanks