By default, each hit in the search response includes the document _source, which is the entire JSON object that was provided when indexing the document...| 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
In Elasticsearch, when we index documents to an index, by default the source of the document is stored in meta field _source. When you search your index, you see a special field _source for each matched/hit product.| jdhao's digital space