What storage engine does elastic search uses?

Hello

I understand ElasticSearch implements a document storage on top of Lucene. Could someone point to me some resources on the implementation of the storage engine? It is not very obvious where this may be found in the docs.

Lucene uses this class to write stored fields in a compressed format ... it has some documentation describing how it works:

https://lucene.apache.org/core/5_3_1/core/org/apache/lucene/codecs/lucene50/Lucene50StoredFieldsFormat.html