Elasticsearch | tags

理解 Elasticsearch Query DSL 中的 JSON 结构 19-05-01

理解 ES 搜索中 JSON DSL 有助于自己写 JSON 查询,特别是手写复杂嵌套 json。 […] { "mappings": { "_doc": { "properties": { "city": { "type": "text", "fields": { …