Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 309 Bytes

elasticsearch-mapping-curl-query.md

File metadata and controls

19 lines (19 loc) · 309 Bytes

PUT customer?include_type_name=true { "mappings": { "_doc": { "properties": { "id": { "type": "keyword" }, "first_name": { "type": "text" }, "last_name": { "type": "text" } }, "dynamic": "strict" } } }