2025-10-17 03:44:50
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.
2025-06-08 07:45:15
Recently I was trying to sync my hiking course from Garmin connect to my Garmin Forerunner 965 and found that it does not work.
2025-06-07 21:06:20
In Elasticsearch, you can use wildcard in a lot of the index operations. This is very handy, but can be dangerous sometimes, e.g., when you use wildcards when deleting indexes. You may delete unintended indexes accidentally and cause serious interruptions to your business/work.