私は、次のデータを持っている:Elasticsearchインデックスの特定のフィールドを更新するにはどうすればよいですか? Elasticsearchで
"hits": [
{
"_index": "traffic",
"_type": "entry",
"_id": "922",
"_score": 1,
"_source": {
"Intensity": 0,
"tId": "9"
}
},
{
"_index": "traffic",
"_type": "entry",
"_id": "2812",
"_score": 1,
"_source": {
"Intensity": 0,
"tId": "28"
}
}
私は28
に等しいtId
のため5にIntensity
ea¡qualを設定できますか?どの更新クエリを書きますか?
を含める必要があります。しかし、それは 'どこTID = 28'に基づいて更新することは可能でしょうか? – Dinosaurius
いいえ、すぐに使えるものではありません。 https://github.com/yakaz/elasticsearch-action-updatebyquery –