Hello Shushuai. There's no 'columnar update' handler which you are asking for. It needs to send per doc updates, but there's much sense in bulking them by sending multiple update commands per request.
On Tue, Nov 29, 2022 at 6:27 AM Shushuai Zhu <shushuai....@oracle.com> wrote: > 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 > -- Sincerely yours Mikhail Khludnev