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
JSON doesn’t have a date data type, so dates in Elasticsearch can either be: strings containing formatted dates, e.g. "2015-01-01" or "2015/01/01 12:10:30".a...| www.elastic.co
All methods and paths for this operation: GET /_search POST /_search GET ...| www.elastic.co