Hello, I am trying to use a Streaming Expression to query only a subset of the shards of a collection. I expected to be able to use the "shards" parameter like on a regular query on "/select" for instance but this appear to not work or I don't know how to do it.
Is this somehow a feature/restriction of Streaming expressions? Or am I missing something? Note that the Streaming Expression I use is actually using the "/export" request handler. Example of the streaming expression: curl -X POST -v --data-urlencode 'expr=search(myCollection,q="*:*",fl="id",sort="id asc",qt="/export")' 'http://myserver/solr/myCollection/stream' Solr version: 8.4 Best regards, Gaƫl