Hi Clemens, You are thinking too RDMS. You can use query to select doc, but how would you provide what are updated doc? I guess you could use this approach only for incremental updates or with some scripting language. That is not supported at the moment. The best you can do is select and send updates as a single bulk.
Also use DBQ with caution - it does not work well with concurrent updates. HTH, Emir -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > On 26 Jan 2018, at 17:10, Clemens Wyss DEV <clemens...@mysign.ch> wrote: > > SolrClient has the method(s) deleteByQuery (which I make use of when I need > to reindex). > #updateByQuery does nicht exist. What if I want to "update all documents > matching a query"? > > > Thx > Clemens