Re: Solr Cloud and /export

2022-06-01 Thread James Greene
Thanks!!! I found the stream function earlier today and was able to get my large data export process refactored from using the /export endpoint in a non-cloud setup to using /stream in our new distributed setup. On Wed, Jun 1, 2022, 3:04 PM Joel Bernstein wrote: > There is no configuration for

Re: Solr Cloud and /export

2022-06-01 Thread Joel Bernstein
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 a

Solr Cloud and /export

2022-05-31 Thread James Greene
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