你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
rochy - rochy_he
赞同来自:
GET /_search { "query": { "multi_match" : { "query": "this is a test", "fields": [ "subject", "message" ] } } }
zz_hello
PUT myindex/ { "mappings": { "mytype":{ "properties": { "name":{ "type": "text", "index": false }, "title":{ "type": "text" } } } } }
skymilong66
要回复问题请先登录或注册
4 个回复
rochy - rochy_he
赞同来自:
zz_hello
赞同来自:
skymilong66
赞同来自:
rochy - rochy_he
赞同来自:
这个是匹配字段名的,例如:"match": "*_ip"
然后对匹配到的字段你设置 copy_to 即可