特定のフィールドの値を持つすべての行を1つのコアで更新する
トピック作成者:ks-solruserml-bot (2024/07/19 21:57 投稿)
2
(The bot translated the original post https://lists.apache.org/thread/xms002zwx2twd1m68yz703r5fy12qw53 into Japanese and reposted it under Apache License 2.0. The copyright of posted content is held by the original poster.)
こんにちは、
Solrコアで特定のフィールドの1行を以下のように更新できることは知っています。
curl http://host:port/solr/core_1/update?commit=true --data-binary $'[{"id" : "1", "field1" : {"set":"test1"} }]'
Solrコア内のすべての行を1つの値で特定のフィールドを更新したいと考えています。例えば、このcore_1に100万行があり、そのすべてのドキュメントのfield1をtest1に更新したいです。これを行う最良の方法は何ですか?
ありがとうございます。
Shushuai
トピックへ返信するには、ログインが必要です。