computering”,
“tags”: “openstack,k8s”,
“content”: “You konw, for cloud”
}
}
]
}
Index & Update By Query...#不使用pipeline更新数据
PUT tech_blogs/_doc/1
{
“title”:”Introducing big data……”,
“tags”:”hadoop,elasticsearch...,spark”,
“content”:”You konw, for big data”
}
#使用pipeline更新数据
PUT tech_blogs/_doc/2?...”: “You konw, for cloud”
}
#查看两条数据,一条被处理,一条未被处理
POST tech_blogs/_search
{}
#update_by_query 会导致错误
POST...:对文档的算分进行处理
在Ingest Pipeline 中执行脚本
在Reindex API,Update By Query 时,对数据进行处理
通过 Painless 脚本访问字段
上线文
语法Ingestion