ElasticSearch系列九:ElasticSearch搜索技术深入讲解之内嵌,父子文档及分页查询
1.内嵌对象nestedobject1)初始化mappingPUT/user_index{"mappings":{"properties":{"login_name":{"type":"keyword"},"age":{"type":"short"},"address":{"type":"nested","properties":{"province":{"type":"keyword"},"ci