jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
Select fields in Elasticsearch: _source, fields and stored_fields
2025年10月17日 03:44
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.