By default, field values are indexed to make them searchable, but they are not stored. This means that the field can be queried, but the original field...| www.elastic.co
The _source field contains the original JSON document body that was passed at index time. The _source field itself is not indexed (and thus is not searchable),...| www.elastic.co