Elasticsearch indexing storage mechanism

We do store the original document in _source, and then all the fields as per the analyser. So it really depends on what sort of analysis you are using.

Note that we do compress things, so that should help.

1 Like