Hi, I know we can do something like below to update one row for one field in a 
solr core:

curl http://host:port/solr/core_1/update?commit=true --data-binary $'[{"id" : 
"1", "field1"  : {"set":"test1"} }]'

I want to update all rows for one field with one value in a solr core. For 
example, there are 1 million rows in this core_1, and I want to update field1 = 
test1 for all documents in this core. What is the best way to do it?

Thanks.

Shushuai

Reply via email to