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
All methods and paths for this operation: GET /_search POST /_search GET ...| 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