@TOC 參考ES 7版本官方文檔 官方7.17文檔 挑了一些我覺得重要的點總結 如有謬誤,歡迎指正 mapping是什麼 在ES裏創建一個索引 PUT demo_index { "mappings": { "dynamic": false "properties": { "demo_id": {