There is no configuration for this but the Stream Expression export/shuffle function does this automatically.
https://solr.apache.org/guide/8_11/stream-source-reference.html#shuffle The "export" function name is also mapped to the "shuffle" function so you can use either name. This function is also basically the same functionality as calling the "search" function with the param qt=/export. In Solr 11 there is also the drill function: https://solr.apache.org/guide/8_11/stream-source-reference.html#drill Joel Bernstein http://joelsolr.blogspot.com/ On Tue, May 31, 2022 at 5:32 PM James Greene <[email protected]> wrote: > What do I have to configure or add to the request to have an /export call > respond with docs from all shards? I currently only get documents from the > leader when making an /export call (solr 8.11.1). > > Cheers, > JAG >
